Html Css Color HEX #963D11 Saddle Brown

📋 copy color: '#963D11'

red 150 ◦ green 61 ◦ blue 17

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

Shades of Saddle Brown #963D11

Tints of Saddle Brown #963D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.75%

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

R = 65.79%
G = 26.75%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#963D11 (or 0x963D11) is known color: Saddle Brown. HEX triplet: 96, 3D and 11. RGB value is (150,61,17). Sum of RGB (Red+Green+Blue) = 150+61+17=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #963D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963D11 is #69C2EE. Grayscale: #525252. Windows color (decimal): -6931183 or 1129878. OLE color: 1129878.

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

Color convert

RGB 150 61 17 -
CMYK 0 0.59 0.89 0.41
HSL 19.85º 0.8% 0.33% -
HSV(B) 19.85º 0.89% 0.59% -
XYZ 14.35 9.86 1.68 -
YUV 82.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 150 61 17 0 0.59 0.89 0.41 19.85 0.8 0.33
Hex 96 3D 11 0 3B 59 29 14 50 21
Octal 226 75 21 0 73 131 51 24 120 41
Binary 10010110 111101 10001 0 111011 1011001 101001 10100 1010000 100001

Color Harmonies of #963D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963D11

Black with #963D11

Text Example


Text Example

White with #963D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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