Html Css Color HEX #A04B08 Saddle Brown

📋 copy color: '#A04B08'

red 160 ◦ green 75 ◦ blue 8

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

Shades of Saddle Brown #A04B08

Tints of Saddle Brown #A04B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.29%

R = 65.84%
G = 30.86%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A04B08 (or 0xA04B08) is known color: Saddle Brown. HEX triplet: A0, 4B and 08. RGB value is (160,75,8). Sum of RGB (Red+Green+Blue) = 160+75+8=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04B08 is #5FB4F7. Grayscale: #5D5D5D. Windows color (decimal): -6272248 or 543648. OLE color: 543648.

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

Color convert

RGB 160 75 8 -
CMYK 0 0.53 0.95 0.37
HSL 26.45º 0.9% 0.33% -
HSV(B) 26.45º 0.95% 0.63% -
XYZ 17.06 12.52 1.75 -
YUV 92.78 80.16 175.95 -
System Red Green Blue C M Y K H S L
Decimal 160 75 8 0 0.53 0.95 0.37 26.45 0.9 0.33
Hex A0 4B 8 0 35 5F 25 1A 5A 21
Octal 240 113 10 0 65 137 45 32 132 41
Binary 10100000 1001011 1000 0 110101 1011111 100101 11010 1011010 100001

Color Harmonies of #A04B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B08

Black with #A04B08

Text Example


Text Example

White with #A04B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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