Html Css Color HEX #963812 Saddle Brown

📋 copy color: '#963812'

red 150 ◦ green 56 ◦ blue 18

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

Shades of Saddle Brown #963812

Tints of Saddle Brown #963812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 66.96%
G = 25%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#963812 (or 0x963812) is known color: Saddle Brown. HEX triplet: 96, 38 and 12. RGB value is (150,56,18). Sum of RGB (Red+Green+Blue) = 150+56+18=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #963812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963812 is #69C7ED. Grayscale: #505050. Windows color (decimal): -6932462 or 1194134. OLE color: 1194134.

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

Color convert

RGB 150 56 18 -
CMYK 0 0.63 0.88 0.41
HSL 17.27º 0.79% 0.33% -
HSV(B) 17.27º 0.88% 0.59% -
XYZ 14.1 9.36 1.63 -
YUV 79.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 150 56 18 0 0.63 0.88 0.41 17.27 0.79 0.33
Hex 96 38 12 0 3F 58 29 11 4F 21
Octal 226 70 22 0 77 130 51 21 117 41
Binary 10010110 111000 10010 0 111111 1011000 101001 10001 1001111 100001

Color Harmonies of #963812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963812

Black with #963812

Text Example


Text Example

White with #963812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963812; }

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

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

background-color css

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

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

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

border-color css

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

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

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