Html Css Color HEX #964504 Saddle Brown

📋 copy color: '#964504'

red 150 ◦ green 69 ◦ blue 4

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

Shades of Saddle Brown #964504

Tints of Saddle Brown #964504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

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

R = 67.26%
G = 30.94%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#964504 (or 0x964504) is known color: Saddle Brown. HEX triplet: 96, 45 and 04. RGB value is (150,69,4). Sum of RGB (Red+Green+Blue) = 150+69+4=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #964504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964504 is #69BAFB. Grayscale: #565656. Windows color (decimal): -6929148 or 279958. OLE color: 279958.

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

Color convert

RGB 150 69 4 -
CMYK 0 0.54 0.97 0.41
HSL 26.71º 0.95% 0.3% -
HSV(B) 26.71º 0.97% 0.59% -
XYZ 14.73 10.75 1.41 -
YUV 85.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 150 69 4 0 0.54 0.97 0.41 26.71 0.95 0.3
Hex 96 45 4 0 36 61 29 1B 5F 1E
Octal 226 105 4 0 66 141 51 33 137 36
Binary 10010110 1000101 100 0 110110 1100001 101001 11011 1011111 11110

Color Harmonies of #964504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964504

Black with #964504

Text Example


Text Example

White with #964504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964504; }

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

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

background-color css

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

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

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

border-color css

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

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

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