Html Css Color HEX #994C04 Saddle Brown

📋 copy color: '#994C04'

red 153 ◦ green 76 ◦ blue 4

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

Shades of Saddle Brown #994C04

Tints of Saddle Brown #994C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.62%

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

R = 65.67%
G = 32.62%
B = 1.72%

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

#994C04 (or 0x994C04) is known color: Saddle Brown. HEX triplet: 99, 4C and 04. RGB value is (153,76,4). Sum of RGB (Red+Green+Blue) = 153+76+4=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #994C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C04 is #66B3FB. Grayscale: #5B5B5B. Windows color (decimal): -6730748 or 281753. OLE color: 281753.

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

Color convert

RGB 153 76 4 -
CMYK 0 0.50 0.97 0.4
HSL 28.99º 0.95% 0.31% -
HSV(B) 28.99º 0.97% 0.6% -
XYZ 15.74 11.95 1.59 -
YUV 90.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 153 76 4 0 0.50 0.97 0.4 28.99 0.95 0.31
Hex 99 4C 4 0 32 61 28 1D 5F 1F
Octal 231 114 4 0 62 141 50 35 137 37
Binary 10011001 1001100 100 0 110010 1100001 101000 11101 1011111 11111

Color Harmonies of #994C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C04

Black with #994C04

Text Example


Text Example

White with #994C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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