Html Css Color HEX #A04902 Saddle Brown

📋 copy color: '#A04902'

red 160 ◦ green 73 ◦ blue 2

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

Shades of Saddle Brown #A04902

Tints of Saddle Brown #A04902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.06%

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

R = 68.09%
G = 31.06%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A04902 (or 0xA04902) is known color: Saddle Brown. HEX triplet: A0, 49 and 02. RGB value is (160,73,2). Sum of RGB (Red+Green+Blue) = 160+73+2=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A04902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04902 is #5FB6FD. Grayscale: #5B5B5B. Windows color (decimal): -6272766 or 149920. OLE color: 149920.

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

Color convert

RGB 160 73 2 -
CMYK 0 0.54 0.99 0.37
HSL 26.96º 0.98% 0.32% -
HSV(B) 26.96º 0.99% 0.63% -
XYZ 16.89 12.24 1.53 -
YUV 90.92 77.82 177.27 -
System Red Green Blue C M Y K H S L
Decimal 160 73 2 0 0.54 0.99 0.37 26.96 0.98 0.32
Hex A0 49 2 0 36 63 25 1B 62 20
Octal 240 111 2 0 66 143 45 33 142 40
Binary 10100000 1001001 10 0 110110 1100011 100101 11011 1100010 100000

Color Harmonies of #A04902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04902

Black with #A04902

Text Example


Text Example

White with #A04902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04902; }

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

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

background-color css

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

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

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

border-color css

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

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

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