Html Css Color HEX #A14904 Saddle Brown

📋 copy color: '#A14904'

red 161 ◦ green 73 ◦ blue 4

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

Shades of Saddle Brown #A14904

Tints of Saddle Brown #A14904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.68%

R = 67.65%
G = 30.67%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A14904 (or 0xA14904) is known color: Saddle Brown. HEX triplet: A1, 49 and 04. RGB value is (161,73,4). Sum of RGB (Red+Green+Blue) = 161+73+4=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A14904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14904 is #5EB6FB. Grayscale: #5B5B5B. Windows color (decimal): -6207228 or 280993. OLE color: 280993.

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

Color convert

RGB 161 73 4 -
CMYK 0 0.55 0.98 0.37
HSL 26.37º 0.95% 0.32% -
HSV(B) 26.37º 0.98% 0.63% -
XYZ 17.1 12.35 1.6 -
YUV 91.45 78.65 177.61 -
System Red Green Blue C M Y K H S L
Decimal 161 73 4 0 0.55 0.98 0.37 26.37 0.95 0.32
Hex A1 49 4 0 37 62 25 1A 5F 20
Octal 241 111 4 0 67 142 45 32 137 40
Binary 10100001 1001001 100 0 110111 1100010 100101 11010 1011111 100000

Color Harmonies of #A14904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14904

Black with #A14904

Text Example


Text Example

White with #A14904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14904; }

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

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

background-color css

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

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

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

border-color css

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

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

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