Html Css Color HEX #A63620 Brown

📋 copy color: '#A63620'

red 166 ◦ green 54 ◦ blue 32

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

Shades of Brown #A63620

Tints of Brown #A63620

RGB

 RED value IS 166 (65.23% from 255) = 65.87%

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

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 65.87%
G = 21.43%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A63620 (or 0xA63620) is known color: Brown. HEX triplet: A6, 36 and 20. RGB value is (166,54,32). Sum of RGB (Red+Green+Blue) = 166+54+32=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A63620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63620 is #59C9DF. Grayscale: #555555. Windows color (decimal): -5884384 or 2111142. OLE color: 2111142.

HSL color Cylindrical-coordinate representation of color #A63620: hue angle of 9.85º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A63620 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 54 32 -
CMYK 0 0.67 0.81 0.35
HSL 9.85º 0.68% 0.39% -
HSV(B) 9.85º 0.81% 0.65% -
XYZ 17.31 10.85 2.55 -
YUV 84.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 166 54 32 0 0.67 0.81 0.35 9.85 0.68 0.39
Hex A6 36 20 0 43 51 23 A 44 27
Octal 246 66 40 0 103 121 43 12 104 47
Binary 10100110 110110 100000 0 1000011 1010001 100011 1010 1000100 100111

Color Harmonies of #A63620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63620

Black with #A63620

Text Example


Text Example

White with #A63620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63620; }

 p { color: rgb(166,54,32); }

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

background-color css

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

 a { background-color: rgb(166,54,32); }

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

border-color css

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

 span { border-color: rgb(166,54,32); }

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