Html Css Color HEX #99541A Rich Gold

📋 copy color: '#99541A'

red 153 ◦ green 84 ◦ blue 26

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

Shades of Rich Gold #99541A

Tints of Rich Gold #99541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.94%

 BLUE value IS 26 (10.55% from 255) = 9.89%

R = 58.17%
G = 31.94%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99541A (or 0x99541A) is known color: Rich Gold. HEX triplet: 99, 54 and 1A. RGB value is (153,84,26). Sum of RGB (Red+Green+Blue) = 153+84+26=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99541A is #66ABE5. Grayscale: #626262. Windows color (decimal): -6728678 or 1725593. OLE color: 1725593.

HSL color Cylindrical-coordinate representation of color #99541A: hue angle of 27.4º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99541A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 26 -
CMYK 0 0.45 0.83 0.4
HSL 27.4º 0.71% 0.35% -
HSV(B) 27.4º 0.83% 0.6% -
XYZ 16.49 13.19 2.65 -
YUV 98.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 153 84 26 0 0.45 0.83 0.4 27.4 0.71 0.35
Hex 99 54 1A 0 2D 53 28 1B 47 23
Octal 231 124 32 0 55 123 50 33 107 43
Binary 10011001 1010100 11010 0 101101 1010011 101000 11011 1000111 100011

Color Harmonies of #99541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99541A

Black with #99541A

Text Example


Text Example

White with #99541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99541A; }

 p { color: rgb(153,84,26); }

 H1.HeaderClassName
 {
   color: #99541A;
 }
 .AnyTagClassName
 {
   color: #99541A;
 }
</style>

background-color css

<style>
 a { background-color: #99541A; }

 a { background-color: rgb(153,84,26); }

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

border-color css

<style>
 span { border-color: #99541A; }

 span { border-color: rgb(153,84,26); }

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