#af3427

Color #AF3427 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #AF3427

Tints of Brown #AF3427

Color information

#AF3427 (or 0xAF3427) is unknown color: approx Brown. HEX triplet: AF, 34 and 27. RGB value is (175,52,39). Sum of RGB (Red+Green+Blue) = 175+52+39=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3427 is #50CBD8. Grayscale: #575757. Windows color (decimal): -5295065 or 2569391. OLE color: 2569391.

HSL color Cylindrical-coordinate representation of color #AF3427: hue angle of 5.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF3427 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1755239-
CMYK00.700.780.31
HSL5.74º63.55%41.96%-
HSV(B)5.74º77.71%68.63%-
XYZ19.2711.723.17-
YUV87.29100.75190.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 65.79%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=65.79%
G=19.55%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175523900.700.780.315.7463.5541.96
HexAF34270464E1F6402a
Octal2576447010611637610052
Binary10101111110100100111010001101001110111111101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3427; }

 p { color: rgb(175,52,39); }

 H1.HeaderClassName
 {
   color: #af3427;
 }
 .AnyTagClassName
 {
   color: #af3427;
 }
</style>
background-color css

<style>
 a { background-color: #af3427; }

 a { background-color: rgb(175,52,39); }

 div.DivClassName
 {
   background-color: #af3427;
 }
 .BgClassName
 {
   background-color: #af3427;
 }
</style>
border-color css

<style>
 span { border-color: #af3427; }

 span { border-color: rgb(175,52,39); }

 td.TdClassName
 {
   border-color: #af3427;
 }
 .TagClassName
 {
   border-color: #af3427;
 }
</style>