Html Css Color HEX #964315 Saddle Brown

📋 copy color: '#964315'

red 150 ◦ green 67 ◦ blue 21

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

Shades of Saddle Brown #964315

Tints of Saddle Brown #964315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

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

R = 63.03%
G = 28.15%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#964315 (or 0x964315) is known color: Saddle Brown. HEX triplet: 96, 43 and 15. RGB value is (150,67,21). Sum of RGB (Red+Green+Blue) = 150+67+21=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #964315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964315 is #69BCEA. Grayscale: #565656. Windows color (decimal): -6929643 or 1393558. OLE color: 1393558.

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

Color convert

RGB 150 67 21 -
CMYK 0 0.55 0.86 0.41
HSL 21.4º 0.75% 0.34% -
HSV(B) 21.4º 0.86% 0.59% -
XYZ 14.72 10.55 1.97 -
YUV 86.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 150 67 21 0 0.55 0.86 0.41 21.4 0.75 0.34
Hex 96 43 15 0 37 56 29 15 4B 22
Octal 226 103 25 0 67 126 51 25 113 42
Binary 10010110 1000011 10101 0 110111 1010110 101001 10101 1001011 100010

Color Harmonies of #964315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964315

Black with #964315

Text Example


Text Example

White with #964315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964315; }

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

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

background-color css

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

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

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

border-color css

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

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

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