Html Css Color HEX #953600 Saddle Brown

📋 copy color: '#953600'

red 149 ◦ green 54 ◦ blue 0

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

Shades of Saddle Brown #953600

Tints of Saddle Brown #953600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.4%
G = 26.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#953600 (or 0x953600) is known color: Saddle Brown. HEX triplet: 95, 36 and 00. RGB value is (149,54,0). Sum of RGB (Red+Green+Blue) = 149+54+0=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #953600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953600 is #6AC9FF. Grayscale: #4C4C4C. Windows color (decimal): -6998528 or 13973. OLE color: 13973.

HSL color Cylindrical-coordinate representation of color #953600: hue angle of 21.74º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #953600 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 0 -
CMYK 0 0.64 1 0.42
HSL 21.74º 1% 0.29% -
HSV(B) 21.74º 1% 0.58% -
XYZ 13.71 9.03 1.02 -
YUV 76.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 149 54 0 0 0.64 1 0.42 21.74 1 0.29
Hex 95 36 0 0 40 64 2A 16 64 1D
Octal 225 66 0 0 100 144 52 26 144 35
Binary 10010101 110110 0 0 1000000 1100100 101010 10110 1100100 11101

Color Harmonies of #953600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953600

Black with #953600

Text Example


Text Example

White with #953600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953600; }

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

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

background-color css

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

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

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

border-color css

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

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

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