Html Css Color HEX #964015 Saddle Brown

📋 copy color: '#964015'

red 150 ◦ green 64 ◦ blue 21

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

Shades of Saddle Brown #964015

Tints of Saddle Brown #964015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.23%

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

R = 63.83%
G = 27.23%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#964015 (or 0x964015) is known color: Saddle Brown. HEX triplet: 96, 40 and 15. RGB value is (150,64,21). Sum of RGB (Red+Green+Blue) = 150+64+21=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #964015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964015 is #69BFEA. Grayscale: #555555. Windows color (decimal): -6930411 or 1392790. OLE color: 1392790.

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

Color convert

RGB 150 64 21 -
CMYK 0 0.57 0.86 0.41
HSL 20º 0.75% 0.34% -
HSV(B) 20º 0.86% 0.59% -
XYZ 14.55 10.2 1.91 -
YUV 84.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 150 64 21 0 0.57 0.86 0.41 20 0.75 0.34
Hex 96 40 15 0 39 56 29 14 4B 22
Octal 226 100 25 0 71 126 51 24 113 42
Binary 10010110 1000000 10101 0 111001 1010110 101001 10100 1001011 100010

Color Harmonies of #964015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964015

Black with #964015

Text Example


Text Example

White with #964015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964015; }

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

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

background-color css

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

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

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

border-color css

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

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

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