Html Css Color HEX #965316 Saddle Brown

📋 copy color: '#965316'

red 150 ◦ green 83 ◦ blue 22

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

Shades of Saddle Brown #965316

Tints of Saddle Brown #965316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.55%

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 58.82%
G = 32.55%
B = 8.63%

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

#965316 (or 0x965316) is known color: Saddle Brown. HEX triplet: 96, 53 and 16. RGB value is (150,83,22). Sum of RGB (Red+Green+Blue) = 150+83+22=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965316 is #69ACE9. Grayscale: #606060. Windows color (decimal): -6925546 or 1463190. OLE color: 1463190.

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

Color convert

RGB 150 83 22 -
CMYK 0 0.45 0.85 0.41
HSL 28.59º 0.74% 0.34% -
HSV(B) 28.59º 0.85% 0.59% -
XYZ 15.82 12.73 2.38 -
YUV 96.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 150 83 22 0 0.45 0.85 0.41 28.59 0.74 0.34
Hex 96 53 16 0 2D 55 29 1D 4A 22
Octal 226 123 26 0 55 125 51 35 112 42
Binary 10010110 1010011 10110 0 101101 1010101 101001 11101 1001010 100010

Color Harmonies of #965316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965316

Black with #965316

Text Example


Text Example

White with #965316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965316; }

 p { color: rgb(150,83,22); }

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

background-color css

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

 a { background-color: rgb(150,83,22); }

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

border-color css

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

 span { border-color: rgb(150,83,22); }

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