Html Css Color HEX #AF3621 Brown

📋 copy color: '#AF3621'

red 175 ◦ green 54 ◦ blue 33

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

Shades of Brown #AF3621

Tints of Brown #AF3621

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

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

R = 66.79%
G = 20.61%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF3621 (or 0xAF3621) is known color: Brown. HEX triplet: AF, 36 and 21. RGB value is (175,54,33). Sum of RGB (Red+Green+Blue) = 175+54+33=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3621 is #50C9DE. Grayscale: #575757. Windows color (decimal): -5294559 or 2176687. OLE color: 2176687.

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

Color convert

RGB 175 54 33 -
CMYK 0 0.69 0.81 0.31
HSL 8.87º 0.68% 0.41% -
HSV(B) 8.87º 0.81% 0.69% -
XYZ 19.27 11.86 2.71 -
YUV 87.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 175 54 33 0 0.69 0.81 0.31 8.87 0.68 0.41
Hex AF 36 21 0 45 51 1F 9 44 29
Octal 257 66 41 0 105 121 37 11 104 51
Binary 10101111 110110 100001 0 1000101 1010001 11111 1001 1000100 101001

Color Harmonies of #AF3621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3621

Black with #AF3621

Text Example


Text Example

White with #AF3621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3621; }

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

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

background-color css

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

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

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

border-color css

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

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

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