Html Css Color HEX #AF3524 Brown

📋 copy color: '#AF3524'

red 175 ◦ green 53 ◦ blue 36

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

Shades of Brown #AF3524

Tints of Brown #AF3524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.64%

R = 66.29%
G = 20.08%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF3524 (or 0xAF3524) is known color: Brown. HEX triplet: AF, 35 and 24. RGB value is (175,53,36). Sum of RGB (Red+Green+Blue) = 175+53+36=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3524 is #50CADB. Grayscale: #575757. Windows color (decimal): -5294812 or 2373039. OLE color: 2373039.

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

Color convert

RGB 175 53 36 -
CMYK 0 0.70 0.79 0.31
HSL 7.34º 0.66% 0.41% -
HSV(B) 7.34º 0.79% 0.69% -
XYZ 19.27 11.79 2.93 -
YUV 87.54 98.92 190.38 -
System Red Green Blue C M Y K H S L
Decimal 175 53 36 0 0.70 0.79 0.31 7.34 0.66 0.41
Hex AF 35 24 0 46 4F 1F 7 42 29
Octal 257 65 44 0 106 117 37 7 102 51
Binary 10101111 110101 100100 0 1000110 1001111 11111 111 1000010 101001

Color Harmonies of #AF3524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3524

Black with #AF3524

Text Example


Text Example

White with #AF3524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3524; }

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

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

background-color css

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

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

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

border-color css

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

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

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