Html Css Color HEX #98511B Rich Gold

📋 copy color: '#98511B'

red 152 ◦ green 81 ◦ blue 27

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

Shades of Rich Gold #98511B

Tints of Rich Gold #98511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

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

R = 58.46%
G = 31.15%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98511B (or 0x98511B) is known color: Rich Gold. HEX triplet: 98, 51 and 1B. RGB value is (152,81,27). Sum of RGB (Red+Green+Blue) = 152+81+27=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #98511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98511B is #67AEE4. Grayscale: #606060. Windows color (decimal): -6794981 or 1790360. OLE color: 1790360.

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

Color convert

RGB 152 81 27 -
CMYK 0 0.47 0.82 0.40
HSL 25.92º 0.7% 0.35% -
HSV(B) 25.92º 0.82% 0.6% -
XYZ 16.09 12.64 2.63 -
YUV 96.07 89.02 167.89 -
System Red Green Blue C M Y K H S L
Decimal 152 81 27 0 0.47 0.82 0.40 25.92 0.7 0.35
Hex 98 51 1B 0 2F 52 28 1A 46 23
Octal 230 121 33 0 57 122 50 32 106 43
Binary 10011000 1010001 11011 0 101111 1010010 101000 11010 1000110 100011

Color Harmonies of #98511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98511B

Black with #98511B

Text Example


Text Example

White with #98511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98511B; }

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

 H1.HeaderClassName
 {
   color: #98511B;
 }
 .AnyTagClassName
 {
   color: #98511B;
 }
</style>

background-color css

<style>
 a { background-color: #98511B; }

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

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

border-color css

<style>
 span { border-color: #98511B; }

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

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