Html Css Color HEX #994B20 Rich Gold

📋 copy color: '#994B20'

red 153 ◦ green 75 ◦ blue 32

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

Shades of Rich Gold #994B20

Tints of Rich Gold #994B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.85%

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 58.85%
G = 28.85%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#994B20 (or 0x994B20) is known color: Rich Gold. HEX triplet: 99, 4B and 20. RGB value is (153,75,32). Sum of RGB (Red+Green+Blue) = 153+75+32=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #994B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B20 is #66B4DF. Grayscale: #5D5D5D. Windows color (decimal): -6730976 or 2116505. OLE color: 2116505.

HSL color Cylindrical-coordinate representation of color #994B20: hue angle of 21.32º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #994B20 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 75 32 -
CMYK 0 0.51 0.79 0.4
HSL 21.32º 0.65% 0.36% -
HSV(B) 21.32º 0.79% 0.6% -
XYZ 15.91 11.91 2.83 -
YUV 93.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 153 75 32 0 0.51 0.79 0.4 21.32 0.65 0.36
Hex 99 4B 20 0 33 4F 28 15 41 24
Octal 231 113 40 0 63 117 50 25 101 44
Binary 10011001 1001011 100000 0 110011 1001111 101000 10101 1000001 100100

Color Harmonies of #994B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B20

Black with #994B20

Text Example


Text Example

White with #994B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994B20; }

 p { color: rgb(153,75,32); }

 H1.HeaderClassName
 {
   color: #994B20;
 }
 .AnyTagClassName
 {
   color: #994B20;
 }
</style>

background-color css

<style>
 a { background-color: #994B20; }

 a { background-color: rgb(153,75,32); }

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

border-color css

<style>
 span { border-color: #994B20; }

 span { border-color: rgb(153,75,32); }

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