Html Css Color HEX #965315 Saddle Brown

📋 copy color: '#965315'

red 150 ◦ green 83 ◦ blue 21

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

Shades of Saddle Brown #965315

Tints of Saddle Brown #965315

RGB

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

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

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

R = 59.06%
G = 32.68%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#965315 (or 0x965315) is known color: Saddle Brown. HEX triplet: 96, 53 and 15. RGB value is (150,83,21). Sum of RGB (Red+Green+Blue) = 150+83+21=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #965315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965315 is #69ACEA. Grayscale: #606060. Windows color (decimal): -6925547 or 1397654. OLE color: 1397654.

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

Color convert

RGB 150 83 21 -
CMYK 0 0.45 0.86 0.41
HSL 28.84º 0.75% 0.34% -
HSV(B) 28.84º 0.86% 0.59% -
XYZ 15.81 12.72 2.33 -
YUV 95.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 150 83 21 0 0.45 0.86 0.41 28.84 0.75 0.34
Hex 96 53 15 0 2D 56 29 1D 4B 22
Octal 226 123 25 0 55 126 51 35 113 42
Binary 10010110 1010011 10101 0 101101 1010110 101001 11101 1001011 100010

Color Harmonies of #965315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965315

Black with #965315

Text Example


Text Example

White with #965315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965315; }

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

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

background-color css

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

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

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

border-color css

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

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

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