Html Css Color HEX #965117 Saddle Brown

📋 copy color: '#965117'

red 150 ◦ green 81 ◦ blue 23

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

Shades of Saddle Brown #965117

Tints of Saddle Brown #965117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.06%

R = 59.06%
G = 31.89%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#965117 (or 0x965117) is known color: Saddle Brown. HEX triplet: 96, 51 and 17. RGB value is (150,81,23). Sum of RGB (Red+Green+Blue) = 150+81+23=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #965117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965117 is #69AEE8. Grayscale: #5F5F5F. Windows color (decimal): -6926057 or 1528214. OLE color: 1528214.

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

Color convert

RGB 150 81 23 -
CMYK 0 0.46 0.85 0.41
HSL 27.4º 0.73% 0.34% -
HSV(B) 27.4º 0.85% 0.59% -
XYZ 15.67 12.43 2.38 -
YUV 95.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 150 81 23 0 0.46 0.85 0.41 27.4 0.73 0.34
Hex 96 51 17 0 2E 55 29 1B 49 22
Octal 226 121 27 0 56 125 51 33 111 42
Binary 10010110 1010001 10111 0 101110 1010101 101001 11011 1001001 100010

Color Harmonies of #965117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965117

Black with #965117

Text Example


Text Example

White with #965117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965117; }

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

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

background-color css

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

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

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

border-color css

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

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

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