Html Css Color HEX #994C1D Rich Gold

📋 copy color: '#994C1D'

red 153 ◦ green 76 ◦ blue 29

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

Shades of Rich Gold #994C1D

Tints of Rich Gold #994C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 59.3%
G = 29.46%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#994C1D (or 0x994C1D) is known color: Rich Gold. HEX triplet: 99, 4C and 1D. RGB value is (153,76,29). Sum of RGB (Red+Green+Blue) = 153+76+29=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #994C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C1D is #66B3E2. Grayscale: #5D5D5D. Windows color (decimal): -6730723 or 1920153. OLE color: 1920153.

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

Color convert

RGB 153 76 29 -
CMYK 0 0.50 0.81 0.4
HSL 22.74º 0.68% 0.36% -
HSV(B) 22.74º 0.81% 0.6% -
XYZ 15.94 12.03 2.64 -
YUV 93.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 153 76 29 0 0.50 0.81 0.4 22.74 0.68 0.36
Hex 99 4C 1D 0 32 51 28 17 44 24
Octal 231 114 35 0 62 121 50 27 104 44
Binary 10011001 1001100 11101 0 110010 1010001 101000 10111 1000100 100100

Color Harmonies of #994C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C1D

Black with #994C1D

Text Example


Text Example

White with #994C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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