Html Css Color HEX #A04B09 Saddle Brown

📋 copy color: '#A04B09'

red 160 ◦ green 75 ◦ blue 9

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

Shades of Saddle Brown #A04B09

Tints of Saddle Brown #A04B09

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.74%

 BLUE value IS 9 (3.91% from 255) = 3.69%

R = 65.57%
G = 30.74%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A04B09 (or 0xA04B09) is known color: Saddle Brown. HEX triplet: A0, 4B and 09. RGB value is (160,75,9). Sum of RGB (Red+Green+Blue) = 160+75+9=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04B09 is #5FB4F6. Grayscale: #5D5D5D. Windows color (decimal): -6272247 or 609184. OLE color: 609184.

HSL color Cylindrical-coordinate representation of color #A04B09: hue angle of 26.23º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A04B09 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 75 9 -
CMYK 0 0.53 0.94 0.37
HSL 26.23º 0.89% 0.33% -
HSV(B) 26.23º 0.94% 0.63% -
XYZ 17.06 12.53 1.78 -
YUV 92.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 160 75 9 0 0.53 0.94 0.37 26.23 0.89 0.33
Hex A0 4B 9 0 35 5E 25 1A 59 21
Octal 240 113 11 0 65 136 45 32 131 41
Binary 10100000 1001011 1001 0 110101 1011110 100101 11010 1011001 100001

Color Harmonies of #A04B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B09

Black with #A04B09

Text Example


Text Example

White with #A04B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B09; }

 p { color: rgb(160,75,9); }

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

background-color css

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

 a { background-color: rgb(160,75,9); }

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

border-color css

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

 span { border-color: rgb(160,75,9); }

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