Html Css Color HEX #A14908 Saddle Brown

📋 copy color: '#A14908'

red 161 ◦ green 73 ◦ blue 8

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

Shades of Saddle Brown #A14908

Tints of Saddle Brown #A14908

RGB

 RED value IS 161 (63.28% from 255) = 66.53%

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

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

R = 66.53%
G = 30.17%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A14908 (or 0xA14908) is known color: Saddle Brown. HEX triplet: A1, 49 and 08. RGB value is (161,73,8). Sum of RGB (Red+Green+Blue) = 161+73+8=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A14908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14908 is #5EB6F7. Grayscale: #5C5C5C. Windows color (decimal): -6207224 or 543137. OLE color: 543137.

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

Color convert

RGB 161 73 8 -
CMYK 0 0.55 0.95 0.37
HSL 25.49º 0.91% 0.33% -
HSV(B) 25.49º 0.95% 0.63% -
XYZ 17.12 12.36 1.71 -
YUV 91.9 80.65 177.29 -
System Red Green Blue C M Y K H S L
Decimal 161 73 8 0 0.55 0.95 0.37 25.49 0.91 0.33
Hex A1 49 8 0 37 5F 25 19 5B 21
Octal 241 111 10 0 67 137 45 31 133 41
Binary 10100001 1001001 1000 0 110111 1011111 100101 11001 1011011 100001

Color Harmonies of #A14908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14908

Black with #A14908

Text Example


Text Example

White with #A14908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14908; }

 p { color: rgb(161,73,8); }

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

background-color css

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

 a { background-color: rgb(161,73,8); }

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

border-color css

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

 span { border-color: rgb(161,73,8); }

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