Html Css Color HEX #AF3321 Brown

📋 copy color: '#AF3321'

red 175 ◦ green 51 ◦ blue 33

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

Shades of Brown #AF3321

Tints of Brown #AF3321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

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

R = 67.57%
G = 19.69%
B = 12.74%

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

#AF3321 (or 0xAF3321) is known color: Brown. HEX triplet: AF, 33 and 21. RGB value is (175,51,33). Sum of RGB (Red+Green+Blue) = 175+51+33=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3321 is #50CCDE. Grayscale: #565656. Windows color (decimal): -5295327 or 2175919. OLE color: 2175919.

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

Color convert

RGB 175 51 33 -
CMYK 0 0.71 0.81 0.31
HSL 7.61º 0.68% 0.41% -
HSV(B) 7.61º 0.81% 0.69% -
XYZ 19.14 11.59 2.67 -
YUV 86.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 175 51 33 0 0.71 0.81 0.31 7.61 0.68 0.41
Hex AF 33 21 0 47 51 1F 8 44 29
Octal 257 63 41 0 107 121 37 10 104 51
Binary 10101111 110011 100001 0 1000111 1010001 11111 1000 1000100 101001

Color Harmonies of #AF3321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3321

Black with #AF3321

Text Example


Text Example

White with #AF3321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3321; }

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

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

background-color css

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

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

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

border-color css

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

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

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