Html Css Color HEX #994C1A Rich Gold

📋 copy color: '#994C1A'

red 153 ◦ green 76 ◦ blue 26

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

Shades of Rich Gold #994C1A

Tints of Rich Gold #994C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 60%
G = 29.8%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#994C1A (or 0x994C1A) is known color: Rich Gold. HEX triplet: 99, 4C and 1A. RGB value is (153,76,26). Sum of RGB (Red+Green+Blue) = 153+76+26=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #994C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C1A is #66B3E5. Grayscale: #5D5D5D. Windows color (decimal): -6730726 or 1723545. OLE color: 1723545.

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

Color convert

RGB 153 76 26 -
CMYK 0 0.50 0.83 0.4
HSL 23.62º 0.71% 0.35% -
HSV(B) 23.62º 0.83% 0.6% -
XYZ 15.91 12.02 2.46 -
YUV 93.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 153 76 26 0 0.50 0.83 0.4 23.62 0.71 0.35
Hex 99 4C 1A 0 32 53 28 18 47 23
Octal 231 114 32 0 62 123 50 30 107 43
Binary 10011001 1001100 11010 0 110010 1010011 101000 11000 1000111 100011

Color Harmonies of #994C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C1A

Black with #994C1A

Text Example


Text Example

White with #994C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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