Html Css Color HEX #994B1E Rich Gold

📋 copy color: '#994B1E'

red 153 ◦ green 75 ◦ blue 30

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

Shades of Rich Gold #994B1E

Tints of Rich Gold #994B1E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.07%

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

R = 59.3%
G = 29.07%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#994B1E (or 0x994B1E) is known color: Rich Gold. HEX triplet: 99, 4B and 1E. RGB value is (153,75,30). Sum of RGB (Red+Green+Blue) = 153+75+30=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #994B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B1E is #66B4E1. Grayscale: #5D5D5D. Windows color (decimal): -6730978 or 1985433. OLE color: 1985433.

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

Color convert

RGB 153 75 30 -
CMYK 0 0.51 0.80 0.4
HSL 21.95º 0.67% 0.36% -
HSV(B) 21.95º 0.8% 0.6% -
XYZ 15.89 11.9 2.69 -
YUV 93.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 153 75 30 0 0.51 0.80 0.4 21.95 0.67 0.36
Hex 99 4B 1E 0 33 50 28 16 43 24
Octal 231 113 36 0 63 120 50 26 103 44
Binary 10011001 1001011 11110 0 110011 1010000 101000 10110 1000011 100100

Color Harmonies of #994B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B1E

Black with #994B1E

Text Example


Text Example

White with #994B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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