Html Css Color HEX #A14805 Saddle Brown

📋 copy color: '#A14805'

red 161 ◦ green 72 ◦ blue 5

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

Shades of Saddle Brown #A14805

Tints of Saddle Brown #A14805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

 BLUE value IS 5 (2.34% from 255) = 2.1%

R = 67.65%
G = 30.25%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A14805 (or 0xA14805) is known color: Saddle Brown. HEX triplet: A1, 48 and 05. RGB value is (161,72,5). Sum of RGB (Red+Green+Blue) = 161+72+5=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A14805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14805 is #5EB7FA. Grayscale: #5B5B5B. Windows color (decimal): -6207483 or 346273. OLE color: 346273.

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

Color convert

RGB 161 72 5 -
CMYK 0 0.55 0.97 0.37
HSL 25.77º 0.94% 0.33% -
HSV(B) 25.77º 0.97% 0.63% -
XYZ 17.04 12.22 1.6 -
YUV 90.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 161 72 5 0 0.55 0.97 0.37 25.77 0.94 0.33
Hex A1 48 5 0 37 61 25 1A 5E 21
Octal 241 110 5 0 67 141 45 32 136 41
Binary 10100001 1001000 101 0 110111 1100001 100101 11010 1011110 100001

Color Harmonies of #A14805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14805

Black with #A14805

Text Example


Text Example

White with #A14805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14805; }

 p { color: rgb(161,72,5); }

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

background-color css

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

 a { background-color: rgb(161,72,5); }

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

border-color css

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

 span { border-color: rgb(161,72,5); }

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