Html Css Color HEX #963F11 Saddle Brown

📋 copy color: '#963F11'

red 150 ◦ green 63 ◦ blue 17

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

Shades of Saddle Brown #963F11

Tints of Saddle Brown #963F11

RGB

 RED value IS 150 (58.98% from 255) = 65.22%

 GREEN value IS 63 (25% from 255) = 27.39%

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 65.22%
G = 27.39%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#963F11 (or 0x963F11) is known color: Saddle Brown. HEX triplet: 96, 3F and 11. RGB value is (150,63,17). Sum of RGB (Red+Green+Blue) = 150+63+17=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #963F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963F11 is #69C0EE. Grayscale: #545454. Windows color (decimal): -6930671 or 1130390. OLE color: 1130390.

HSL color Cylindrical-coordinate representation of color #963F11: hue angle of 20.75º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #963F11 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 63 17 -
CMYK 0 0.58 0.89 0.41
HSL 20.75º 0.8% 0.33% -
HSV(B) 20.75º 0.89% 0.59% -
XYZ 14.46 10.08 1.71 -
YUV 83.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 150 63 17 0 0.58 0.89 0.41 20.75 0.8 0.33
Hex 96 3F 11 0 3A 59 29 15 50 21
Octal 226 77 21 0 72 131 51 25 120 41
Binary 10010110 111111 10001 0 111010 1011001 101001 10101 1010000 100001

Color Harmonies of #963F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F11

Black with #963F11

Text Example


Text Example

White with #963F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963F11; }

 p { color: rgb(150,63,17); }

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

background-color css

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

 a { background-color: rgb(150,63,17); }

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

border-color css

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

 span { border-color: rgb(150,63,17); }

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