Html Css Color HEX #953608 Saddle Brown

📋 copy color: '#953608'

red 149 ◦ green 54 ◦ blue 8

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

Shades of Saddle Brown #953608

Tints of Saddle Brown #953608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

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

R = 70.62%
G = 25.59%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#953608 (or 0x953608) is known color: Saddle Brown. HEX triplet: 95, 36 and 08. RGB value is (149,54,8). Sum of RGB (Red+Green+Blue) = 149+54+8=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #953608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953608 is #6AC9F7. Grayscale: #4D4D4D. Windows color (decimal): -6998520 or 538261. OLE color: 538261.

HSL color Cylindrical-coordinate representation of color #953608: hue angle of 19.57º 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 #953608 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 8 -
CMYK 0 0.64 0.95 0.42
HSL 19.57º 0.9% 0.31% -
HSV(B) 19.57º 0.95% 0.58% -
XYZ 13.76 9.05 1.25 -
YUV 77.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 149 54 8 0 0.64 0.95 0.42 19.57 0.9 0.31
Hex 95 36 8 0 40 5F 2A 14 5A 1F
Octal 225 66 10 0 100 137 52 24 132 37
Binary 10010101 110110 1000 0 1000000 1011111 101010 10100 1011010 11111

Color Harmonies of #953608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953608

Black with #953608

Text Example


Text Example

White with #953608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953608; }

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

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

background-color css

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

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

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

border-color css

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

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

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