Html Css Color HEX #AF3221 Brown

📋 copy color: '#AF3221'

red 175 ◦ green 50 ◦ blue 33

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

Shades of Brown #AF3221

Tints of Brown #AF3221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 67.83%
G = 19.38%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF3221 (or 0xAF3221) is known color: Brown. HEX triplet: AF, 32 and 21. RGB value is (175,50,33). Sum of RGB (Red+Green+Blue) = 175+50+33=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3221 is #50CDDE. Grayscale: #555555. Windows color (decimal): -5295583 or 2175663. OLE color: 2175663.

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

Color convert

RGB 175 50 33 -
CMYK 0 0.71 0.81 0.31
HSL 7.18º 0.68% 0.41% -
HSV(B) 7.18º 0.81% 0.69% -
XYZ 19.09 11.5 2.65 -
YUV 85.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 175 50 33 0 0.71 0.81 0.31 7.18 0.68 0.41
Hex AF 32 21 0 47 51 1F 7 44 29
Octal 257 62 41 0 107 121 37 7 104 51
Binary 10101111 110010 100001 0 1000111 1010001 11111 111 1000100 101001

Color Harmonies of #AF3221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3221

Black with #AF3221

Text Example


Text Example

White with #AF3221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3221; }

 p { color: rgb(175,50,33); }

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

background-color css

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

 a { background-color: rgb(175,50,33); }

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

border-color css

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

 span { border-color: rgb(175,50,33); }

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