Html Css Color HEX #954E12 Saddle Brown

📋 copy color: '#954E12'

red 149 ◦ green 78 ◦ blue 18

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

Shades of Saddle Brown #954E12

Tints of Saddle Brown #954E12

RGB

 RED value IS 149 (58.59% from 255) = 60.82%

 GREEN value IS 78 (30.86% from 255) = 31.84%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 60.82%
G = 31.84%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#954E12 (or 0x954E12) is known color: Saddle Brown. HEX triplet: 95, 4E and 12. RGB value is (149,78,18). Sum of RGB (Red+Green+Blue) = 149+78+18=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #954E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954E12 is #6AB1ED. Grayscale: #5C5C5C. Windows color (decimal): -6992366 or 1199765. OLE color: 1199765.

HSL color Cylindrical-coordinate representation of color #954E12: hue angle of 27.48º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #954E12 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 78 18 -
CMYK 0 0.48 0.88 0.42
HSL 27.48º 0.78% 0.33% -
HSV(B) 27.48º 0.88% 0.58% -
XYZ 15.23 11.88 2.06 -
YUV 92.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 149 78 18 0 0.48 0.88 0.42 27.48 0.78 0.33
Hex 95 4E 12 0 30 58 2A 1B 4E 21
Octal 225 116 22 0 60 130 52 33 116 41
Binary 10010101 1001110 10010 0 110000 1011000 101010 11011 1001110 100001

Color Harmonies of #954E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E12

Black with #954E12

Text Example


Text Example

White with #954E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954E12; }

 p { color: rgb(149,78,18); }

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

background-color css

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

 a { background-color: rgb(149,78,18); }

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

border-color css

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

 span { border-color: rgb(149,78,18); }

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