Html Css Color HEX #994D04 Saddle Brown

📋 copy color: '#994D04'

red 153 ◦ green 77 ◦ blue 4

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

Shades of Saddle Brown #994D04

Tints of Saddle Brown #994D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.91%

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

R = 65.38%
G = 32.91%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#994D04 (or 0x994D04) is known color: Saddle Brown. HEX triplet: 99, 4D and 04. RGB value is (153,77,4). Sum of RGB (Red+Green+Blue) = 153+77+4=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #994D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994D04 is #66B2FB. Grayscale: #5B5B5B. Windows color (decimal): -6730492 or 282009. OLE color: 282009.

HSL color Cylindrical-coordinate representation of color #994D04: hue angle of 29.4º 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 #994D04 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 4 -
CMYK 0 0.50 0.97 0.4
HSL 29.4º 0.95% 0.31% -
HSV(B) 29.4º 0.97% 0.6% -
XYZ 15.81 12.09 1.61 -
YUV 91.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 153 77 4 0 0.50 0.97 0.4 29.4 0.95 0.31
Hex 99 4D 4 0 32 61 28 1D 5F 1F
Octal 231 115 4 0 62 141 50 35 137 37
Binary 10011001 1001101 100 0 110010 1100001 101000 11101 1011111 11111

Color Harmonies of #994D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D04

Black with #994D04

Text Example


Text Example

White with #994D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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