Html Css Color HEX #994C1E Rich Gold

📋 copy color: '#994C1E'

red 153 ◦ green 76 ◦ blue 30

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

Shades of Rich Gold #994C1E

Tints of Rich Gold #994C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 59.07%
G = 29.34%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#994C1E (or 0x994C1E) is known color: Rich Gold. HEX triplet: 99, 4C and 1E. RGB value is (153,76,30). Sum of RGB (Red+Green+Blue) = 153+76+30=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #994C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C1E is #66B3E1. Grayscale: #5E5E5E. Windows color (decimal): -6730722 or 1985689. OLE color: 1985689.

HSL color Cylindrical-coordinate representation of color #994C1E: hue angle of 22.44º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #994C1E is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 30 -
CMYK 0 0.50 0.80 0.4
HSL 22.44º 0.67% 0.36% -
HSV(B) 22.44º 0.8% 0.6% -
XYZ 15.96 12.03 2.71 -
YUV 93.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 153 76 30 0 0.50 0.80 0.4 22.44 0.67 0.36
Hex 99 4C 1E 0 32 50 28 16 43 24
Octal 231 114 36 0 62 120 50 26 103 44
Binary 10011001 1001100 11110 0 110010 1010000 101000 10110 1000011 100100

Color Harmonies of #994C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C1E

Black with #994C1E

Text Example


Text Example

White with #994C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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