Html Css Color HEX #994A1B Rich Gold

📋 copy color: '#994A1B'

red 153 ◦ green 74 ◦ blue 27

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

Shades of Rich Gold #994A1B

Tints of Rich Gold #994A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

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

R = 60.24%
G = 29.13%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#994A1B (or 0x994A1B) is known color: Rich Gold. HEX triplet: 99, 4A and 1B. RGB value is (153,74,27). Sum of RGB (Red+Green+Blue) = 153+74+27=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #994A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A1B is #66B5E4. Grayscale: #5C5C5C. Windows color (decimal): -6731237 or 1788569. OLE color: 1788569.

HSL color Cylindrical-coordinate representation of color #994A1B: hue angle of 22.38º 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 #994A1B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 74 27 -
CMYK 0 0.52 0.82 0.4
HSL 22.38º 0.7% 0.35% -
HSV(B) 22.38º 0.82% 0.6% -
XYZ 15.78 11.75 2.47 -
YUV 92.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 153 74 27 0 0.52 0.82 0.4 22.38 0.7 0.35
Hex 99 4A 1B 0 34 52 28 16 46 23
Octal 231 112 33 0 64 122 50 26 106 43
Binary 10011001 1001010 11011 0 110100 1010010 101000 10110 1000110 100011

Color Harmonies of #994A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A1B

Black with #994A1B

Text Example


Text Example

White with #994A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,74,27); }

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

background-color css

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

 a { background-color: rgb(153,74,27); }

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

border-color css

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

 span { border-color: rgb(153,74,27); }

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