Html Css Color HEX #963E12 Saddle Brown

📋 copy color: '#963E12'

red 150 ◦ green 62 ◦ blue 18

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

Shades of Saddle Brown #963E12

Tints of Saddle Brown #963E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.96%

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

R = 65.22%
G = 26.96%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#963E12 (or 0x963E12) is known color: Saddle Brown. HEX triplet: 96, 3E and 12. RGB value is (150,62,18). Sum of RGB (Red+Green+Blue) = 150+62+18=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #963E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963E12 is #69C1ED. Grayscale: #535353. Windows color (decimal): -6930926 or 1195670. OLE color: 1195670.

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

Color convert

RGB 150 62 18 -
CMYK 0 0.59 0.88 0.41
HSL 20º 0.79% 0.33% -
HSV(B) 20º 0.88% 0.59% -
XYZ 14.41 9.97 1.74 -
YUV 83.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 150 62 18 0 0.59 0.88 0.41 20 0.79 0.33
Hex 96 3E 12 0 3B 58 29 14 4F 21
Octal 226 76 22 0 73 130 51 24 117 41
Binary 10010110 111110 10010 0 111011 1011000 101001 10100 1001111 100001

Color Harmonies of #963E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E12

Black with #963E12

Text Example


Text Example

White with #963E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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