Html Css Color HEX #954404 Saddle Brown

📋 copy color: '#954404'

red 149 ◦ green 68 ◦ blue 4

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

Shades of Saddle Brown #954404

Tints of Saddle Brown #954404

RGB

 RED value IS 149 (58.59% from 255) = 67.42%

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

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

R = 67.42%
G = 30.77%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#954404 (or 0x954404) is known color: Saddle Brown. HEX triplet: 95, 44 and 04. RGB value is (149,68,4). Sum of RGB (Red+Green+Blue) = 149+68+4=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #954404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954404 is #6ABBFB. Grayscale: #555555. Windows color (decimal): -6994940 or 279701. OLE color: 279701.

HSL color Cylindrical-coordinate representation of color #954404: hue angle of 26.48º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #954404 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 4 -
CMYK 0 0.54 0.97 0.42
HSL 26.48º 0.95% 0.3% -
HSV(B) 26.48º 0.97% 0.58% -
XYZ 14.48 10.53 1.38 -
YUV 84.92 82.34 173.7 -
System Red Green Blue C M Y K H S L
Decimal 149 68 4 0 0.54 0.97 0.42 26.48 0.95 0.3
Hex 95 44 4 0 36 61 2A 1A 5F 1E
Octal 225 104 4 0 66 141 52 32 137 36
Binary 10010101 1000100 100 0 110110 1100001 101010 11010 1011111 11110

Color Harmonies of #954404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954404

Black with #954404

Text Example


Text Example

White with #954404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954404; }

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

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

background-color css

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

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

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

border-color css

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

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

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