Html Css Color HEX #A04B0D Saddle Brown

📋 copy color: '#A04B0D'

red 160 ◦ green 75 ◦ blue 13

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

Shades of Saddle Brown #A04B0D

Tints of Saddle Brown #A04B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 64.52%
G = 30.24%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A04B0D (or 0xA04B0D) is known color: Saddle Brown. HEX triplet: A0, 4B and 0D. RGB value is (160,75,13). Sum of RGB (Red+Green+Blue) = 160+75+13=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04B0D is #5FB4F2. Grayscale: #5D5D5D. Windows color (decimal): -6272243 or 871328. OLE color: 871328.

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

Color convert

RGB 160 75 13 -
CMYK 0 0.53 0.92 0.37
HSL 25.31º 0.85% 0.34% -
HSV(B) 25.31º 0.92% 0.63% -
XYZ 17.09 12.53 1.9 -
YUV 93.35 82.66 175.54 -
System Red Green Blue C M Y K H S L
Decimal 160 75 13 0 0.53 0.92 0.37 25.31 0.85 0.34
Hex A0 4B D 0 35 5C 25 19 55 22
Octal 240 113 15 0 65 134 45 31 125 42
Binary 10100000 1001011 1101 0 110101 1011100 100101 11001 1010101 100010

Color Harmonies of #A04B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B0D

Black with #A04B0D

Text Example


Text Example

White with #A04B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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