Html Css Color HEX #A14D0F Saddle Brown

📋 copy color: '#A14D0F'

red 161 ◦ green 77 ◦ blue 15

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

Shades of Saddle Brown #A14D0F

Tints of Saddle Brown #A14D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 63.64%
G = 30.43%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A14D0F (or 0xA14D0F) is known color: Saddle Brown. HEX triplet: A1, 4D and 0F. RGB value is (161,77,15). Sum of RGB (Red+Green+Blue) = 161+77+15=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14D0F is #5EB2F0. Grayscale: #5F5F5F. Windows color (decimal): -6206193 or 1002913. OLE color: 1002913.

HSL color Cylindrical-coordinate representation of color #A14D0F: hue angle of 25.48º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A14D0F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 77 15 -
CMYK 0 0.52 0.91 0.37
HSL 25.48º 0.83% 0.35% -
HSV(B) 25.48º 0.91% 0.63% -
XYZ 17.44 12.92 2.03 -
YUV 95.05 82.83 175.04 -
System Red Green Blue C M Y K H S L
Decimal 161 77 15 0 0.52 0.91 0.37 25.48 0.83 0.35
Hex A1 4D F 0 34 5B 25 19 53 23
Octal 241 115 17 0 64 133 45 31 123 43
Binary 10100001 1001101 1111 0 110100 1011011 100101 11001 1010011 100011

Color Harmonies of #A14D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D0F

Black with #A14D0F

Text Example


Text Example

White with #A14D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D0F; }

 p { color: rgb(161,77,15); }

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

background-color css

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

 a { background-color: rgb(161,77,15); }

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

border-color css

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

 span { border-color: rgb(161,77,15); }

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