Html Css Color HEX #954118 Saddle Brown

📋 copy color: '#954118'

red 149 ◦ green 65 ◦ blue 24

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

Shades of Saddle Brown #954118

Tints of Saddle Brown #954118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.31%

 BLUE value IS 24 (9.77% from 255) = 10.08%

R = 62.61%
G = 27.31%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#954118 (or 0x954118) is known color: Saddle Brown. HEX triplet: 95, 41 and 18. RGB value is (149,65,24). Sum of RGB (Red+Green+Blue) = 149+65+24=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #954118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954118 is #6ABEE7. Grayscale: #555555. Windows color (decimal): -6995688 or 1589653. OLE color: 1589653.

HSL color Cylindrical-coordinate representation of color #954118: hue angle of 19.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #954118 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 24 -
CMYK 0 0.56 0.84 0.42
HSL 19.68º 0.72% 0.34% -
HSV(B) 19.68º 0.84% 0.58% -
XYZ 14.45 10.24 2.08 -
YUV 85.44 93.33 173.33 -
System Red Green Blue C M Y K H S L
Decimal 149 65 24 0 0.56 0.84 0.42 19.68 0.72 0.34
Hex 95 41 18 0 38 54 2A 14 48 22
Octal 225 101 30 0 70 124 52 24 110 42
Binary 10010101 1000001 11000 0 111000 1010100 101010 10100 1001000 100010

Color Harmonies of #954118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954118

Black with #954118

Text Example


Text Example

White with #954118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954118; }

 p { color: rgb(149,65,24); }

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

background-color css

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

 a { background-color: rgb(149,65,24); }

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

border-color css

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

 span { border-color: rgb(149,65,24); }

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