Html Css Color HEX #963504 Saddle Brown

📋 copy color: '#963504'

red 150 ◦ green 53 ◦ blue 4

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

Shades of Saddle Brown #963504

Tints of Saddle Brown #963504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.6%

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 72.46%
G = 25.6%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#963504 (or 0x963504) is known color: Saddle Brown. HEX triplet: 96, 35 and 04. RGB value is (150,53,4). Sum of RGB (Red+Green+Blue) = 150+53+4=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #963504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963504 is #69CAFB. Grayscale: #4C4C4C. Windows color (decimal): -6933244 or 275862. OLE color: 275862.

HSL color Cylindrical-coordinate representation of color #963504: hue angle of 20.14º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #963504 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 4 -
CMYK 0 0.65 0.97 0.41
HSL 20.14º 0.95% 0.3% -
HSV(B) 20.14º 0.97% 0.59% -
XYZ 13.87 9.04 1.13 -
YUV 76.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 150 53 4 0 0.65 0.97 0.41 20.14 0.95 0.3
Hex 96 35 4 0 41 61 29 14 5F 1E
Octal 226 65 4 0 101 141 51 24 137 36
Binary 10010110 110101 100 0 1000001 1100001 101001 10100 1011111 11110

Color Harmonies of #963504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963504

Black with #963504

Text Example


Text Example

White with #963504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963504; }

 p { color: rgb(150,53,4); }

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

background-color css

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

 a { background-color: rgb(150,53,4); }

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

border-color css

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

 span { border-color: rgb(150,53,4); }

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