Html Css Color HEX #965112 Saddle Brown

📋 copy color: '#965112'

red 150 ◦ green 81 ◦ blue 18

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

Shades of Saddle Brown #965112

Tints of Saddle Brown #965112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

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

R = 60.24%
G = 32.53%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#965112 (or 0x965112) is known color: Saddle Brown. HEX triplet: 96, 51 and 12. RGB value is (150,81,18). Sum of RGB (Red+Green+Blue) = 150+81+18=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #965112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965112 is #69AEED. Grayscale: #5E5E5E. Windows color (decimal): -6926062 or 1200534. OLE color: 1200534.

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

Color convert

RGB 150 81 18 -
CMYK 0 0.46 0.88 0.41
HSL 28.64º 0.79% 0.33% -
HSV(B) 28.64º 0.88% 0.59% -
XYZ 15.63 12.41 2.14 -
YUV 94.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 150 81 18 0 0.46 0.88 0.41 28.64 0.79 0.33
Hex 96 51 12 0 2E 58 29 1D 4F 21
Octal 226 121 22 0 56 130 51 35 117 41
Binary 10010110 1010001 10010 0 101110 1011000 101001 11101 1001111 100001

Color Harmonies of #965112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965112

Black with #965112

Text Example


Text Example

White with #965112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965112; }

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

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

background-color css

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

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

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

border-color css

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

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

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