Html Css Color HEX #A04402 Saddle Brown

📋 copy color: '#A04402'

red 160 ◦ green 68 ◦ blue 2

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

Shades of Saddle Brown #A04402

Tints of Saddle Brown #A04402

RGB

 RED value IS 160 (62.89% from 255) = 69.57%

 GREEN value IS 68 (26.95% from 255) = 29.57%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 69.57%
G = 29.57%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A04402 (or 0xA04402) is known color: Saddle Brown. HEX triplet: A0, 44 and 02. RGB value is (160,68,2). Sum of RGB (Red+Green+Blue) = 160+68+2=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A04402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04402 is #5FBBFD. Grayscale: #585858. Windows color (decimal): -6274046 or 148640. OLE color: 148640.

HSL color Cylindrical-coordinate representation of color #A04402: hue angle of 25.06º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A04402 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 2 -
CMYK 0 0.57 0.99 0.37
HSL 25.06º 0.98% 0.32% -
HSV(B) 25.06º 0.99% 0.63% -
XYZ 16.58 11.61 1.43 -
YUV 87.98 79.48 179.37 -
System Red Green Blue C M Y K H S L
Decimal 160 68 2 0 0.57 0.99 0.37 25.06 0.98 0.32
Hex A0 44 2 0 39 63 25 19 62 20
Octal 240 104 2 0 71 143 45 31 142 40
Binary 10100000 1000100 10 0 111001 1100011 100101 11001 1100010 100000

Color Harmonies of #A04402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04402

Black with #A04402

Text Example


Text Example

White with #A04402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04402; }

 p { color: rgb(160,68,2); }

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

background-color css

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

 a { background-color: rgb(160,68,2); }

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

border-color css

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

 span { border-color: rgb(160,68,2); }

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