Html Css Color HEX #954108 Saddle Brown

📋 copy color: '#954108'

red 149 ◦ green 65 ◦ blue 8

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

Shades of Saddle Brown #954108

Tints of Saddle Brown #954108

RGB

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

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

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

R = 67.12%
G = 29.28%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#954108 (or 0x954108) is known color: Saddle Brown. HEX triplet: 95, 41 and 08. RGB value is (149,65,8). Sum of RGB (Red+Green+Blue) = 149+65+8=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #954108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954108 is #6ABEF7. Grayscale: #535353. Windows color (decimal): -6995704 or 541077. OLE color: 541077.

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

Color convert

RGB 149 65 8 -
CMYK 0 0.56 0.95 0.42
HSL 24.26º 0.9% 0.31% -
HSV(B) 24.26º 0.95% 0.58% -
XYZ 14.33 10.19 1.44 -
YUV 83.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 149 65 8 0 0.56 0.95 0.42 24.26 0.9 0.31
Hex 95 41 8 0 38 5F 2A 18 5A 1F
Octal 225 101 10 0 70 137 52 30 132 37
Binary 10010101 1000001 1000 0 111000 1011111 101010 11000 1011010 11111

Color Harmonies of #954108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954108

Black with #954108

Text Example


Text Example

White with #954108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954108; }

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

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

background-color css

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

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

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

border-color css

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

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

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