Html Css Color HEX #964804 Saddle Brown

📋 copy color: '#964804'

red 150 ◦ green 72 ◦ blue 4

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

Shades of Saddle Brown #964804

Tints of Saddle Brown #964804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

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

R = 66.37%
G = 31.86%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#964804 (or 0x964804) is known color: Saddle Brown. HEX triplet: 96, 48 and 04. RGB value is (150,72,4). Sum of RGB (Red+Green+Blue) = 150+72+4=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #964804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964804 is #69B7FB. Grayscale: #575757. Windows color (decimal): -6928380 or 280726. OLE color: 280726.

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

Color convert

RGB 150 72 4 -
CMYK 0 0.52 0.97 0.41
HSL 27.95º 0.95% 0.3% -
HSV(B) 27.95º 0.97% 0.59% -
XYZ 14.92 11.13 1.48 -
YUV 87.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 150 72 4 0 0.52 0.97 0.41 27.95 0.95 0.3
Hex 96 48 4 0 34 61 29 1C 5F 1E
Octal 226 110 4 0 64 141 51 34 137 36
Binary 10010110 1001000 100 0 110100 1100001 101001 11100 1011111 11110

Color Harmonies of #964804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964804

Black with #964804

Text Example


Text Example

White with #964804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964804; }

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

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

background-color css

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

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

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

border-color css

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

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

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