Html Css Color HEX #965217 Saddle Brown

📋 copy color: '#965217'

red 150 ◦ green 82 ◦ blue 23

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

Shades of Saddle Brown #965217

Tints of Saddle Brown #965217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.16%

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

R = 58.82%
G = 32.16%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#965217 (or 0x965217) is known color: Saddle Brown. HEX triplet: 96, 52 and 17. RGB value is (150,82,23). Sum of RGB (Red+Green+Blue) = 150+82+23=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965217 is #69ADE8. Grayscale: #5F5F5F. Windows color (decimal): -6925801 or 1528470. OLE color: 1528470.

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

Color convert

RGB 150 82 23 -
CMYK 0 0.45 0.85 0.41
HSL 27.87º 0.73% 0.34% -
HSV(B) 27.87º 0.85% 0.59% -
XYZ 15.75 12.58 2.41 -
YUV 95.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 150 82 23 0 0.45 0.85 0.41 27.87 0.73 0.34
Hex 96 52 17 0 2D 55 29 1C 49 22
Octal 226 122 27 0 55 125 51 34 111 42
Binary 10010110 1010010 10111 0 101101 1010101 101001 11100 1001001 100010

Color Harmonies of #965217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965217

Black with #965217

Text Example


Text Example

White with #965217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965217; }

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

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

background-color css

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

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

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

border-color css

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

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

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