Html Css Color HEX #A14C08 Saddle Brown

📋 copy color: '#A14C08'

red 161 ◦ green 76 ◦ blue 8

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

Shades of Saddle Brown #A14C08

Tints of Saddle Brown #A14C08

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

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

R = 65.71%
G = 31.02%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A14C08 (or 0xA14C08) is known color: Saddle Brown. HEX triplet: A1, 4C and 08. RGB value is (161,76,8). Sum of RGB (Red+Green+Blue) = 161+76+8=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14C08 is #5EB3F7. Grayscale: #5E5E5E. Windows color (decimal): -6206456 or 543905. OLE color: 543905.

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

Color convert

RGB 161 76 8 -
CMYK 0 0.53 0.95 0.37
HSL 26.67º 0.91% 0.33% -
HSV(B) 26.67º 0.95% 0.63% -
XYZ 17.33 12.76 1.78 -
YUV 93.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 161 76 8 0 0.53 0.95 0.37 26.67 0.91 0.33
Hex A1 4C 8 0 35 5F 25 1B 5B 21
Octal 241 114 10 0 65 137 45 33 133 41
Binary 10100001 1001100 1000 0 110101 1011111 100101 11011 1011011 100001

Color Harmonies of #A14C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C08

Black with #A14C08

Text Example


Text Example

White with #A14C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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