Html Css Color HEX #A04802 Saddle Brown

📋 copy color: '#A04802'

red 160 ◦ green 72 ◦ blue 2

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

Shades of Saddle Brown #A04802

Tints of Saddle Brown #A04802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

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

R = 68.38%
G = 30.77%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A04802 (or 0xA04802) is known color: Saddle Brown. HEX triplet: A0, 48 and 02. RGB value is (160,72,2). Sum of RGB (Red+Green+Blue) = 160+72+2=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A04802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04802 is #5FB7FD. Grayscale: #5A5A5A. Windows color (decimal): -6273022 or 149664. OLE color: 149664.

HSL color Cylindrical-coordinate representation of color #A04802: hue angle of 26.58º 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 #A04802 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 2 -
CMYK 0 0.55 0.99 0.37
HSL 26.58º 0.98% 0.32% -
HSV(B) 26.58º 0.99% 0.63% -
XYZ 16.83 12.11 1.51 -
YUV 90.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 160 72 2 0 0.55 0.99 0.37 26.58 0.98 0.32
Hex A0 48 2 0 37 63 25 1B 62 20
Octal 240 110 2 0 67 143 45 33 142 40
Binary 10100000 1001000 10 0 110111 1100011 100101 11011 1100010 100000

Color Harmonies of #A04802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04802

Black with #A04802

Text Example


Text Example

White with #A04802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04802; }

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

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

background-color css

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

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

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

border-color css

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

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

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