Html Css Color HEX #964C03 Saddle Brown

📋 copy color: '#964C03'

red 150 ◦ green 76 ◦ blue 3

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

Shades of Saddle Brown #964C03

Tints of Saddle Brown #964C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.19%

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

R = 65.5%
G = 33.19%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#964C03 (or 0x964C03) is known color: Saddle Brown. HEX triplet: 96, 4C and 03. RGB value is (150,76,3). Sum of RGB (Red+Green+Blue) = 150+76+3=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #964C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964C03 is #69B3FC. Grayscale: #5A5A5A. Windows color (decimal): -6927357 or 216214. OLE color: 216214.

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

Color convert

RGB 150 76 3 -
CMYK 0 0.49 0.98 0.41
HSL 29.8º 0.96% 0.3% -
HSV(B) 29.8º 0.98% 0.59% -
XYZ 15.18 11.66 1.54 -
YUV 89.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 150 76 3 0 0.49 0.98 0.41 29.8 0.96 0.3
Hex 96 4C 3 0 31 62 29 1E 60 1E
Octal 226 114 3 0 61 142 51 36 140 36
Binary 10010110 1001100 11 0 110001 1100010 101001 11110 1100000 11110

Color Harmonies of #964C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C03

Black with #964C03

Text Example


Text Example

White with #964C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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