Html Css Color HEX #963F17 Saddle Brown

📋 copy color: '#963F17'

red 150 ◦ green 63 ◦ blue 23

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

Shades of Saddle Brown #963F17

Tints of Saddle Brown #963F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.75%

R = 63.56%
G = 26.69%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#963F17 (or 0x963F17) is known color: Saddle Brown. HEX triplet: 96, 3F and 17. RGB value is (150,63,23). Sum of RGB (Red+Green+Blue) = 150+63+23=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #963F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963F17 is #69C0E8. Grayscale: #545454. Windows color (decimal): -6930665 or 1523606. OLE color: 1523606.

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

Color convert

RGB 150 63 23 -
CMYK 0 0.58 0.85 0.41
HSL 18.9º 0.73% 0.34% -
HSV(B) 18.9º 0.85% 0.59% -
XYZ 14.51 10.1 2 -
YUV 84.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 150 63 23 0 0.58 0.85 0.41 18.9 0.73 0.34
Hex 96 3F 17 0 3A 55 29 13 49 22
Octal 226 77 27 0 72 125 51 23 111 42
Binary 10010110 111111 10111 0 111010 1010101 101001 10011 1001001 100010

Color Harmonies of #963F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F17

Black with #963F17

Text Example


Text Example

White with #963F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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