Html Css Color HEX #A14A0F Saddle Brown

📋 copy color: '#A14A0F'

red 161 ◦ green 74 ◦ blue 15

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

Shades of Saddle Brown #A14A0F

Tints of Saddle Brown #A14A0F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

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

R = 64.4%
G = 29.6%
B = 6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A14A0F (or 0xA14A0F) is known color: Saddle Brown. HEX triplet: A1, 4A and 0F. RGB value is (161,74,15). Sum of RGB (Red+Green+Blue) = 161+74+15=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14A0F is #5EB5F0. Grayscale: #5D5D5D. Windows color (decimal): -6206961 or 1002145. OLE color: 1002145.

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

Color convert

RGB 161 74 15 -
CMYK 0 0.54 0.91 0.37
HSL 24.25º 0.83% 0.35% -
HSV(B) 24.25º 0.91% 0.63% -
XYZ 17.23 12.51 1.96 -
YUV 93.29 83.82 176.3 -
System Red Green Blue C M Y K H S L
Decimal 161 74 15 0 0.54 0.91 0.37 24.25 0.83 0.35
Hex A1 4A F 0 36 5B 25 18 53 23
Octal 241 112 17 0 66 133 45 30 123 43
Binary 10100001 1001010 1111 0 110110 1011011 100101 11000 1010011 100011

Color Harmonies of #A14A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14A0F

Black with #A14A0F

Text Example


Text Example

White with #A14A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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