Html Css Color HEX #994204 Saddle Brown

📋 copy color: '#994204'

red 153 ◦ green 66 ◦ blue 4

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

Shades of Saddle Brown #994204

Tints of Saddle Brown #994204

RGB

 RED value IS 153 (60.16% from 255) = 68.61%

 GREEN value IS 66 (26.17% from 255) = 29.6%

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

R = 68.61%
G = 29.6%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#994204 (or 0x994204) is known color: Saddle Brown. HEX triplet: 99, 42 and 04. RGB value is (153,66,4). Sum of RGB (Red+Green+Blue) = 153+66+4=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #994204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994204 is #66BDFB. Grayscale: #555555. Windows color (decimal): -6733308 or 279193. OLE color: 279193.

HSL color Cylindrical-coordinate representation of color #994204: hue angle of 24.97º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #994204 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 4 -
CMYK 0 0.57 0.97 0.4
HSL 24.97º 0.95% 0.31% -
HSV(B) 24.97º 0.97% 0.6% -
XYZ 15.11 10.68 1.38 -
YUV 84.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 153 66 4 0 0.57 0.97 0.4 24.97 0.95 0.31
Hex 99 42 4 0 39 61 28 19 5F 1F
Octal 231 102 4 0 71 141 50 31 137 37
Binary 10011001 1000010 100 0 111001 1100001 101000 11001 1011111 11111

Color Harmonies of #994204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994204

Black with #994204

Text Example


Text Example

White with #994204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994204; }

 p { color: rgb(153,66,4); }

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

background-color css

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

 a { background-color: rgb(153,66,4); }

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

border-color css

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

 span { border-color: rgb(153,66,4); }

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