Html Css Color HEX #AF3323 Brown

📋 copy color: '#AF3323'

red 175 ◦ green 51 ◦ blue 35

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

Shades of Brown #AF3323

Tints of Brown #AF3323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 67.05%
G = 19.54%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF3323 (or 0xAF3323) is known color: Brown. HEX triplet: AF, 33 and 23. RGB value is (175,51,35). Sum of RGB (Red+Green+Blue) = 175+51+35=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3323 is #50CCDC. Grayscale: #565656. Windows color (decimal): -5295325 or 2306991. OLE color: 2306991.

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

Color convert

RGB 175 51 35 -
CMYK 0 0.71 0.8 0.31
HSL 6.86º 0.67% 0.41% -
HSV(B) 6.86º 0.8% 0.69% -
XYZ 19.17 11.6 2.82 -
YUV 86.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 175 51 35 0 0.71 0.8 0.31 6.86 0.67 0.41
Hex AF 33 23 0 47 50 1F 7 43 29
Octal 257 63 43 0 107 120 37 7 103 51
Binary 10101111 110011 100011 0 1000111 1010000 11111 111 1000011 101001

Color Harmonies of #AF3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3323

Black with #AF3323

Text Example


Text Example

White with #AF3323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3323; }

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

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

background-color css

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

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

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

border-color css

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

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

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