Html Css Color HEX #95501C Rich Gold

📋 copy color: '#95501C'

red 149 ◦ green 80 ◦ blue 28

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

Shades of Rich Gold #95501C

Tints of Rich Gold #95501C

RGB

 RED value IS 149 (58.59% from 255) = 57.98%

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 57.98%
G = 31.13%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95501C (or 0x95501C) is known color: Rich Gold. HEX triplet: 95, 50 and 1C. RGB value is (149,80,28). Sum of RGB (Red+Green+Blue) = 149+80+28=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #95501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95501C is #6AAFE3. Grayscale: #5E5E5E. Windows color (decimal): -6991844 or 1855637. OLE color: 1855637.

HSL color Cylindrical-coordinate representation of color #95501C: hue angle of 25.79º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95501C is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 28 -
CMYK 0 0.46 0.81 0.42
HSL 25.79º 0.68% 0.35% -
HSV(B) 25.79º 0.81% 0.58% -
XYZ 15.47 12.21 2.64 -
YUV 94.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 149 80 28 0 0.46 0.81 0.42 25.79 0.68 0.35
Hex 95 50 1C 0 2E 51 2A 1A 44 23
Octal 225 120 34 0 56 121 52 32 104 43
Binary 10010101 1010000 11100 0 101110 1010001 101010 11010 1000100 100011

Color Harmonies of #95501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95501C

Black with #95501C

Text Example


Text Example

White with #95501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95501C; }

 p { color: rgb(149,80,28); }

 H1.HeaderClassName
 {
   color: #95501C;
 }
 .AnyTagClassName
 {
   color: #95501C;
 }
</style>

background-color css

<style>
 a { background-color: #95501C; }

 a { background-color: rgb(149,80,28); }

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

border-color css

<style>
 span { border-color: #95501C; }

 span { border-color: rgb(149,80,28); }

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