Html Css Color HEX #965113 Saddle Brown

📋 copy color: '#965113'

red 150 ◦ green 81 ◦ blue 19

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

Shades of Saddle Brown #965113

Tints of Saddle Brown #965113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 60%
G = 32.4%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#965113 (or 0x965113) is known color: Saddle Brown. HEX triplet: 96, 51 and 13. RGB value is (150,81,19). Sum of RGB (Red+Green+Blue) = 150+81+19=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #965113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965113 is #69AEEC. Grayscale: #5E5E5E. Windows color (decimal): -6926061 or 1266070. OLE color: 1266070.

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

Color convert

RGB 150 81 19 -
CMYK 0 0.46 0.87 0.41
HSL 28.4º 0.78% 0.33% -
HSV(B) 28.4º 0.87% 0.59% -
XYZ 15.64 12.42 2.19 -
YUV 94.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 150 81 19 0 0.46 0.87 0.41 28.4 0.78 0.33
Hex 96 51 13 0 2E 57 29 1C 4E 21
Octal 226 121 23 0 56 127 51 34 116 41
Binary 10010110 1010001 10011 0 101110 1010111 101001 11100 1001110 100001

Color Harmonies of #965113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965113

Black with #965113

Text Example


Text Example

White with #965113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965113; }

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

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

background-color css

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

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

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

border-color css

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

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

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