Html Css Color HEX #963C17 Saddle Brown

📋 copy color: '#963C17'

red 150 ◦ green 60 ◦ blue 23

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

Shades of Saddle Brown #963C17

Tints of Saddle Brown #963C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.75%

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

R = 64.38%
G = 25.75%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#963C17 (or 0x963C17) is known color: Saddle Brown. HEX triplet: 96, 3C and 17. RGB value is (150,60,23). Sum of RGB (Red+Green+Blue) = 150+60+23=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #963C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963C17 is #69C3E8. Grayscale: #525252. Windows color (decimal): -6931433 or 1522838. OLE color: 1522838.

HSL color Cylindrical-coordinate representation of color #963C17: hue angle of 17.48º 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 #963C17 is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 60 23 -
CMYK 0 0.6 0.85 0.41
HSL 17.48º 0.73% 0.34% -
HSV(B) 17.48º 0.85% 0.59% -
XYZ 14.35 9.78 1.94 -
YUV 82.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 150 60 23 0 0.6 0.85 0.41 17.48 0.73 0.34
Hex 96 3C 17 0 3C 55 29 11 49 22
Octal 226 74 27 0 74 125 51 21 111 42
Binary 10010110 111100 10111 0 111100 1010101 101001 10001 1001001 100010

Color Harmonies of #963C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C17

Black with #963C17

Text Example


Text Example

White with #963C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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