Html Css Color HEX #9C441A Rich Gold

📋 copy color: '#9C441A'

red 156 ◦ green 68 ◦ blue 26

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

Shades of Rich Gold #9C441A

Tints of Rich Gold #9C441A

RGB

 RED value IS 156 (61.33% from 255) = 62.4%

 GREEN value IS 68 (26.95% from 255) = 27.2%

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

R = 62.4%
G = 27.2%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C441A (or 0x9C441A) is known color: Rich Gold. HEX triplet: 9C, 44 and 1A. RGB value is (156,68,26). Sum of RGB (Red+Green+Blue) = 156+68+26=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C441A is #63BBE5. Grayscale: #595959. Windows color (decimal): -6536166 or 1721500. OLE color: 1721500.

HSL color Cylindrical-coordinate representation of color #9C441A: hue angle of 19.38º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C441A is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 68 26 -
CMYK 0 0.56 0.83 0.39
HSL 19.38º 0.71% 0.36% -
HSV(B) 19.38º 0.83% 0.61% -
XYZ 15.96 11.28 2.31 -
YUV 89.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 156 68 26 0 0.56 0.83 0.39 19.38 0.71 0.36
Hex 9C 44 1A 0 38 53 27 13 47 24
Octal 234 104 32 0 70 123 47 23 107 44
Binary 10011100 1000100 11010 0 111000 1010011 100111 10011 1000111 100100

Color Harmonies of #9C441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C441A

Black with #9C441A

Text Example


Text Example

White with #9C441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C441A; }

 p { color: rgb(156,68,26); }

 H1.HeaderClassName
 {
   color: #9C441A;
 }
 .AnyTagClassName
 {
   color: #9C441A;
 }
</style>

background-color css

<style>
 a { background-color: #9C441A; }

 a { background-color: rgb(156,68,26); }

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

border-color css

<style>
 span { border-color: #9C441A; }

 span { border-color: rgb(156,68,26); }

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