Html Css Color HEX #AF3520 Brown

📋 copy color: '#AF3520'

red 175 ◦ green 53 ◦ blue 32

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

Shades of Brown #AF3520

Tints of Brown #AF3520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.38%

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

R = 67.31%
G = 20.38%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF3520 (or 0xAF3520) is known color: Brown. HEX triplet: AF, 35 and 20. RGB value is (175,53,32). Sum of RGB (Red+Green+Blue) = 175+53+32=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3520 is #50CADF. Grayscale: #575757. Windows color (decimal): -5294816 or 2110895. OLE color: 2110895.

HSL color Cylindrical-coordinate representation of color #AF3520: hue angle of 8.81º 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 #AF3520 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 32 -
CMYK 0 0.70 0.82 0.31
HSL 8.81º 0.69% 0.41% -
HSV(B) 8.81º 0.82% 0.69% -
XYZ 19.21 11.76 2.62 -
YUV 87.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 175 53 32 0 0.70 0.82 0.31 8.81 0.69 0.41
Hex AF 35 20 0 46 52 1F 9 45 29
Octal 257 65 40 0 106 122 37 11 105 51
Binary 10101111 110101 100000 0 1000110 1010010 11111 1001 1000101 101001

Color Harmonies of #AF3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3520

Black with #AF3520

Text Example


Text Example

White with #AF3520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3520; }

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

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

background-color css

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

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

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

border-color css

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

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

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