Html Css Color HEX #994D1B Rich Gold

📋 copy color: '#994D1B'

red 153 ◦ green 77 ◦ blue 27

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

Shades of Rich Gold #994D1B

Tints of Rich Gold #994D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 59.53%
G = 29.96%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#994D1B (or 0x994D1B) is known color: Rich Gold. HEX triplet: 99, 4D and 1B. RGB value is (153,77,27). Sum of RGB (Red+Green+Blue) = 153+77+27=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #994D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D1B is #66B2E4. Grayscale: #5E5E5E. Windows color (decimal): -6730469 or 1789337. OLE color: 1789337.

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

Color convert

RGB 153 77 27 -
CMYK 0 0.50 0.82 0.4
HSL 23.81º 0.7% 0.35% -
HSV(B) 23.81º 0.82% 0.6% -
XYZ 15.99 12.16 2.54 -
YUV 94.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 153 77 27 0 0.50 0.82 0.4 23.81 0.7 0.35
Hex 99 4D 1B 0 32 52 28 18 46 23
Octal 231 115 33 0 62 122 50 30 106 43
Binary 10011001 1001101 11011 0 110010 1010010 101000 11000 1000110 100011

Color Harmonies of #994D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D1B

Black with #994D1B

Text Example


Text Example

White with #994D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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