Html Css Color HEX #AF3620 Brown

📋 copy color: '#AF3620'

red 175 ◦ green 54 ◦ blue 32

#AF3620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #AF3620

Tints of Brown #AF3620

RGB

 RED value IS 175 (68.75% from 255) = 67.05%

 GREEN value IS 54 (21.48% from 255) = 20.69%

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 67.05%
G = 20.69%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF3620 (or 0xAF3620) is known color: Brown. HEX triplet: AF, 36 and 20. RGB value is (175,54,32). Sum of RGB (Red+Green+Blue) = 175+54+32=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3620 is #50C9DF. Grayscale: #575757. Windows color (decimal): -5294560 or 2111151. OLE color: 2111151.

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

Color convert

RGB 175 54 32 -
CMYK 0 0.69 0.82 0.31
HSL 9.23º 0.69% 0.41% -
HSV(B) 9.23º 0.82% 0.69% -
XYZ 19.26 11.86 2.64 -
YUV 87.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 175 54 32 0 0.69 0.82 0.31 9.23 0.69 0.41
Hex AF 36 20 0 45 52 1F 9 45 29
Octal 257 66 40 0 105 122 37 11 105 51
Binary 10101111 110110 100000 0 1000101 1010010 11111 1001 1000101 101001

Color Harmonies of #AF3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3620

Black with #AF3620

Text Example


Text Example

White with #AF3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3620; }

 p { color: rgb(175,54,32); }

 H1.HeaderClassName
 {
   color: #AF3620;
 }
 .AnyTagClassName
 {
   color: #AF3620;
 }
</style>

background-color css

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

 a { background-color: rgb(175,54,32); }

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

border-color css

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

 span { border-color: rgb(175,54,32); }

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