Html Css Color HEX #964012 Saddle Brown

📋 copy color: '#964012'

red 150 ◦ green 64 ◦ blue 18

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

Shades of Saddle Brown #964012

Tints of Saddle Brown #964012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

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

R = 64.66%
G = 27.59%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#964012 (or 0x964012) is known color: Saddle Brown. HEX triplet: 96, 40 and 12. RGB value is (150,64,18). Sum of RGB (Red+Green+Blue) = 150+64+18=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #964012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964012 is #69BFED. Grayscale: #545454. Windows color (decimal): -6930414 or 1196182. OLE color: 1196182.

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

Color convert

RGB 150 64 18 -
CMYK 0 0.57 0.88 0.41
HSL 20.91º 0.79% 0.33% -
HSV(B) 20.91º 0.88% 0.59% -
XYZ 14.52 10.19 1.77 -
YUV 84.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 150 64 18 0 0.57 0.88 0.41 20.91 0.79 0.33
Hex 96 40 12 0 39 58 29 15 4F 21
Octal 226 100 22 0 71 130 51 25 117 41
Binary 10010110 1000000 10010 0 111001 1011000 101001 10101 1001111 100001

Color Harmonies of #964012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964012

Black with #964012

Text Example


Text Example

White with #964012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964012; }

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

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

background-color css

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

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

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

border-color css

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

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

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