Html Css Color HEX #A14800 Saddle Brown

📋 copy color: '#A14800'

red 161 ◦ green 72 ◦ blue 0

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

Shades of Saddle Brown #A14800

Tints of Saddle Brown #A14800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.1%
G = 30.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A14800 (or 0xA14800) is known color: Saddle Brown. HEX triplet: A1, 48 and 00. RGB value is (161,72,0). Sum of RGB (Red+Green+Blue) = 161+72+0=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A14800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14800 is #5EB7FF. Grayscale: #5A5A5A. Windows color (decimal): -6207488 or 18593. OLE color: 18593.

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

Color convert

RGB 161 72 0 -
CMYK 0 0.55 1 0.37
HSL 26.83º 1% 0.32% -
HSV(B) 26.83º 1% 0.63% -
XYZ 17.02 12.21 1.46 -
YUV 90.4 76.99 178.35 -
System Red Green Blue C M Y K H S L
Decimal 161 72 0 0 0.55 1 0.37 26.83 1 0.32
Hex A1 48 0 0 37 64 25 1B 64 20
Octal 241 110 0 0 67 144 45 33 144 40
Binary 10100001 1001000 0 0 110111 1100100 100101 11011 1100100 100000

Color Harmonies of #A14800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14800

Black with #A14800

Text Example


Text Example

White with #A14800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14800; }

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

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

background-color css

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

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

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

border-color css

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

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

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