Html Css Color HEX #984C1B Rich Gold

📋 copy color: '#984C1B'

red 152 ◦ green 76 ◦ blue 27

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

Shades of Rich Gold #984C1B

Tints of Rich Gold #984C1B

RGB

 RED value IS 152 (59.77% from 255) = 59.61%

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

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

R = 59.61%
G = 29.8%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#984C1B (or 0x984C1B) is known color: Rich Gold. HEX triplet: 98, 4C and 1B. RGB value is (152,76,27). Sum of RGB (Red+Green+Blue) = 152+76+27=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #984C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984C1B is #67B3E4. Grayscale: #5D5D5D. Windows color (decimal): -6796261 or 1789080. OLE color: 1789080.

HSL color Cylindrical-coordinate representation of color #984C1B: hue angle of 23.52º 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 #984C1B is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 76 27 -
CMYK 0 0.50 0.82 0.40
HSL 23.52º 0.7% 0.35% -
HSV(B) 23.52º 0.82% 0.6% -
XYZ 15.73 11.92 2.51 -
YUV 93.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 152 76 27 0 0.50 0.82 0.40 23.52 0.7 0.35
Hex 98 4C 1B 0 32 52 28 18 46 23
Octal 230 114 33 0 62 122 50 30 106 43
Binary 10011000 1001100 11011 0 110010 1010010 101000 11000 1000110 100011

Color Harmonies of #984C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984C1B

Black with #984C1B

Text Example


Text Example

White with #984C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984C1B; }

 p { color: rgb(152,76,27); }

 H1.HeaderClassName
 {
   color: #984C1B;
 }
 .AnyTagClassName
 {
   color: #984C1B;
 }
</style>

background-color css

<style>
 a { background-color: #984C1B; }

 a { background-color: rgb(152,76,27); }

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

border-color css

<style>
 span { border-color: #984C1B; }

 span { border-color: rgb(152,76,27); }

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