Html Css Color HEX #964404 Saddle Brown

📋 copy color: '#964404'

red 150 ◦ green 68 ◦ blue 4

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

Shades of Saddle Brown #964404

Tints of Saddle Brown #964404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.63%

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

R = 67.57%
G = 30.63%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#964404 (or 0x964404) is known color: Saddle Brown. HEX triplet: 96, 44 and 04. RGB value is (150,68,4). Sum of RGB (Red+Green+Blue) = 150+68+4=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #964404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964404 is #69BBFB. Grayscale: #555555. Windows color (decimal): -6929404 or 279702. OLE color: 279702.

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

Color convert

RGB 150 68 4 -
CMYK 0 0.55 0.97 0.41
HSL 26.3º 0.95% 0.3% -
HSV(B) 26.3º 0.97% 0.59% -
XYZ 14.67 10.63 1.39 -
YUV 85.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 150 68 4 0 0.55 0.97 0.41 26.3 0.95 0.3
Hex 96 44 4 0 37 61 29 1A 5F 1E
Octal 226 104 4 0 67 141 51 32 137 36
Binary 10010110 1000100 100 0 110111 1100001 101001 11010 1011111 11110

Color Harmonies of #964404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964404

Black with #964404

Text Example


Text Example

White with #964404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964404; }

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

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

background-color css

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

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

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

border-color css

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

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

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