Html Css Color HEX #963403 Saddle Brown

📋 copy color: '#963403'

red 150 ◦ green 52 ◦ blue 3

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

Shades of Saddle Brown #963403

Tints of Saddle Brown #963403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

 BLUE value IS 3 (1.56% from 255) = 1.46%

R = 73.17%
G = 25.37%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#963403 (or 0x963403) is known color: Saddle Brown. HEX triplet: 96, 34 and 03. RGB value is (150,52,3). Sum of RGB (Red+Green+Blue) = 150+52+3=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #963403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963403 is #69CBFC. Grayscale: #4C4C4C. Windows color (decimal): -6933501 or 210070. OLE color: 210070.

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

Color convert

RGB 150 52 3 -
CMYK 0 0.65 0.98 0.41
HSL 20º 0.96% 0.3% -
HSV(B) 20º 0.98% 0.59% -
XYZ 13.82 8.95 1.08 -
YUV 75.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 150 52 3 0 0.65 0.98 0.41 20 0.96 0.3
Hex 96 34 3 0 41 62 29 14 60 1E
Octal 226 64 3 0 101 142 51 24 140 36
Binary 10010110 110100 11 0 1000001 1100010 101001 10100 1100000 11110

Color Harmonies of #963403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963403

Black with #963403

Text Example


Text Example

White with #963403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963403; }

 p { color: rgb(150,52,3); }

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

background-color css

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

 a { background-color: rgb(150,52,3); }

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

border-color css

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

 span { border-color: rgb(150,52,3); }

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