Html Css Color HEX #99531A Rich Gold

📋 copy color: '#99531A'

red 153 ◦ green 83 ◦ blue 26

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

Shades of Rich Gold #99531A

Tints of Rich Gold #99531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 58.4%
G = 31.68%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99531A (or 0x99531A) is known color: Rich Gold. HEX triplet: 99, 53 and 1A. RGB value is (153,83,26). Sum of RGB (Red+Green+Blue) = 153+83+26=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #99531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99531A is #66ACE5. Grayscale: #616161. Windows color (decimal): -6728934 or 1725337. OLE color: 1725337.

HSL color Cylindrical-coordinate representation of color #99531A: hue angle of 26.93º 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 #99531A is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 26 -
CMYK 0 0.46 0.83 0.4
HSL 26.93º 0.71% 0.35% -
HSV(B) 26.93º 0.83% 0.6% -
XYZ 16.42 13.03 2.63 -
YUV 97.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 153 83 26 0 0.46 0.83 0.4 26.93 0.71 0.35
Hex 99 53 1A 0 2E 53 28 1B 47 23
Octal 231 123 32 0 56 123 50 33 107 43
Binary 10011001 1010011 11010 0 101110 1010011 101000 11011 1000111 100011

Color Harmonies of #99531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99531A

Black with #99531A

Text Example


Text Example

White with #99531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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