Html Css Color HEX #965015 Saddle Brown

📋 copy color: '#965015'

red 150 ◦ green 80 ◦ blue 21

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

Shades of Saddle Brown #965015

Tints of Saddle Brown #965015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.87%

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 59.76%
G = 31.87%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#965015 (or 0x965015) is known color: Saddle Brown. HEX triplet: 96, 50 and 15. RGB value is (150,80,21). Sum of RGB (Red+Green+Blue) = 150+80+21=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #965015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965015 is #69AFEA. Grayscale: #5E5E5E. Windows color (decimal): -6926315 or 1396886. OLE color: 1396886.

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

Color convert

RGB 150 80 21 -
CMYK 0 0.47 0.86 0.41
HSL 27.44º 0.75% 0.34% -
HSV(B) 27.44º 0.86% 0.59% -
XYZ 15.58 12.28 2.26 -
YUV 94.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 150 80 21 0 0.47 0.86 0.41 27.44 0.75 0.34
Hex 96 50 15 0 2F 56 29 1B 4B 22
Octal 226 120 25 0 57 126 51 33 113 42
Binary 10010110 1010000 10101 0 101111 1010110 101001 11011 1001011 100010

Color Harmonies of #965015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965015

Black with #965015

Text Example


Text Example

White with #965015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965015; }

 p { color: rgb(150,80,21); }

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

background-color css

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

 a { background-color: rgb(150,80,21); }

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

border-color css

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

 span { border-color: rgb(150,80,21); }

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