Html Css Color HEX #964903 Saddle Brown

📋 copy color: '#964903'

red 150 ◦ green 73 ◦ blue 3

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

Shades of Saddle Brown #964903

Tints of Saddle Brown #964903

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

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

R = 66.37%
G = 32.3%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#964903 (or 0x964903) is known color: Saddle Brown. HEX triplet: 96, 49 and 03. RGB value is (150,73,3). Sum of RGB (Red+Green+Blue) = 150+73+3=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #964903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964903 is #69B6FC. Grayscale: #585858. Windows color (decimal): -6928125 or 215446. OLE color: 215446.

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

Color convert

RGB 150 73 3 -
CMYK 0 0.51 0.98 0.41
HSL 28.57º 0.96% 0.3% -
HSV(B) 28.57º 0.98% 0.59% -
XYZ 14.98 11.26 1.47 -
YUV 88.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 150 73 3 0 0.51 0.98 0.41 28.57 0.96 0.3
Hex 96 49 3 0 33 62 29 1D 60 1E
Octal 226 111 3 0 63 142 51 35 140 36
Binary 10010110 1001001 11 0 110011 1100010 101001 11101 1100000 11110

Color Harmonies of #964903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964903

Black with #964903

Text Example


Text Example

White with #964903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964903; }

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

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

background-color css

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

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

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

border-color css

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

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

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