Html Css Color HEX #994D1A Rich Gold

📋 copy color: '#994D1A'

red 153 ◦ green 77 ◦ blue 26

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

Shades of Rich Gold #994D1A

Tints of Rich Gold #994D1A

RGB

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

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

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

R = 59.77%
G = 30.08%
B = 10.16%

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

#994D1A (or 0x994D1A) is known color: Rich Gold. HEX triplet: 99, 4D and 1A. RGB value is (153,77,26). Sum of RGB (Red+Green+Blue) = 153+77+26=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D1A is #66B2E5. Grayscale: #5E5E5E. Windows color (decimal): -6730470 or 1723801. OLE color: 1723801.

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

Color convert

RGB 153 77 26 -
CMYK 0 0.50 0.83 0.4
HSL 24.09º 0.71% 0.35% -
HSV(B) 24.09º 0.83% 0.6% -
XYZ 15.98 12.15 2.48 -
YUV 93.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 153 77 26 0 0.50 0.83 0.4 24.09 0.71 0.35
Hex 99 4D 1A 0 32 53 28 18 47 23
Octal 231 115 32 0 62 123 50 30 107 43
Binary 10011001 1001101 11010 0 110010 1010011 101000 11000 1000111 100011

Color Harmonies of #994D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D1A

Black with #994D1A

Text Example


Text Example

White with #994D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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