Html Css Color HEX #963815 Saddle Brown

📋 copy color: '#963815'

red 150 ◦ green 56 ◦ blue 21

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

Shades of Saddle Brown #963815

Tints of Saddle Brown #963815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.67%

 BLUE value IS 21 (8.59% from 255) = 9.25%

R = 66.08%
G = 24.67%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#963815 (or 0x963815) is known color: Saddle Brown. HEX triplet: 96, 38 and 15. RGB value is (150,56,21). Sum of RGB (Red+Green+Blue) = 150+56+21=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #963815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963815 is #69C7EA. Grayscale: #505050. Windows color (decimal): -6932459 or 1390742. OLE color: 1390742.

HSL color Cylindrical-coordinate representation of color #963815: hue angle of 16.28º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #963815 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 21 -
CMYK 0 0.63 0.86 0.41
HSL 16.28º 0.75% 0.34% -
HSV(B) 16.28º 0.86% 0.59% -
XYZ 14.13 9.37 1.77 -
YUV 80.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 150 56 21 0 0.63 0.86 0.41 16.28 0.75 0.34
Hex 96 38 15 0 3F 56 29 10 4B 22
Octal 226 70 25 0 77 126 51 20 113 42
Binary 10010110 111000 10101 0 111111 1010110 101001 10000 1001011 100010

Color Harmonies of #963815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963815

Black with #963815

Text Example


Text Example

White with #963815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963815; }

 p { color: rgb(150,56,21); }

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

background-color css

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

 a { background-color: rgb(150,56,21); }

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

border-color css

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

 span { border-color: rgb(150,56,21); }

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