Html Css Color HEX #A14803 Saddle Brown

📋 copy color: '#A14803'

red 161 ◦ green 72 ◦ blue 3

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

Shades of Saddle Brown #A14803

Tints of Saddle Brown #A14803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 68.22%
G = 30.51%
B = 1.27%

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

#A14803 (or 0xA14803) is known color: Saddle Brown. HEX triplet: A1, 48 and 03. RGB value is (161,72,3). Sum of RGB (Red+Green+Blue) = 161+72+3=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A14803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14803 is #5EB7FC. Grayscale: #5B5B5B. Windows color (decimal): -6207485 or 215201. OLE color: 215201.

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

Color convert

RGB 161 72 3 -
CMYK 0 0.55 0.98 0.37
HSL 26.2º 0.96% 0.32% -
HSV(B) 26.2º 0.98% 0.63% -
XYZ 17.03 12.22 1.55 -
YUV 90.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 161 72 3 0 0.55 0.98 0.37 26.2 0.96 0.32
Hex A1 48 3 0 37 62 25 1A 60 20
Octal 241 110 3 0 67 142 45 32 140 40
Binary 10100001 1001000 11 0 110111 1100010 100101 11010 1100000 100000

Color Harmonies of #A14803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14803

Black with #A14803

Text Example


Text Example

White with #A14803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14803; }

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

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

background-color css

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

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

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

border-color css

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

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

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