Html Css Color HEX #965310 Saddle Brown

📋 copy color: '#965310'

red 150 ◦ green 83 ◦ blue 16

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

Shades of Saddle Brown #965310

Tints of Saddle Brown #965310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 60.24%
G = 33.33%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#965310 (or 0x965310) is known color: Saddle Brown. HEX triplet: 96, 53 and 10. RGB value is (150,83,16). Sum of RGB (Red+Green+Blue) = 150+83+16=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #965310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965310 is #69ACEF. Grayscale: #5F5F5F. Windows color (decimal): -6925552 or 1069974. OLE color: 1069974.

HSL color Cylindrical-coordinate representation of color #965310: hue angle of 30º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #965310 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 16 -
CMYK 0 0.45 0.89 0.41
HSL 30º 0.81% 0.33% -
HSV(B) 30º 0.89% 0.59% -
XYZ 15.76 12.71 2.11 -
YUV 95.4 83.2 166.95 -
System Red Green Blue C M Y K H S L
Decimal 150 83 16 0 0.45 0.89 0.41 30 0.81 0.33
Hex 96 53 10 0 2D 59 29 1E 51 21
Octal 226 123 20 0 55 131 51 36 121 41
Binary 10010110 1010011 10000 0 101101 1011001 101001 11110 1010001 100001

Color Harmonies of #965310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965310

Black with #965310

Text Example


Text Example

White with #965310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965310; }

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

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

background-color css

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

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

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

border-color css

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

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

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