Html Css Color HEX #9B441C Rich Gold

📋 copy color: '#9B441C'

red 155 ◦ green 68 ◦ blue 28

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

Shades of Rich Gold #9B441C

Tints of Rich Gold #9B441C

RGB

 RED value IS 155 (60.94% from 255) = 61.75%

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

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 61.75%
G = 27.09%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B441C (or 0x9B441C) is known color: Rich Gold. HEX triplet: 9B, 44 and 1C. RGB value is (155,68,28). Sum of RGB (Red+Green+Blue) = 155+68+28=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B441C is #64BBE3. Grayscale: #595959. Windows color (decimal): -6601700 or 1852571. OLE color: 1852571.

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

Color convert

RGB 155 68 28 -
CMYK 0 0.56 0.82 0.39
HSL 18.9º 0.69% 0.36% -
HSV(B) 18.9º 0.82% 0.61% -
XYZ 15.79 11.19 2.43 -
YUV 89.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 155 68 28 0 0.56 0.82 0.39 18.9 0.69 0.36
Hex 9B 44 1C 0 38 52 27 13 45 24
Octal 233 104 34 0 70 122 47 23 105 44
Binary 10011011 1000100 11100 0 111000 1010010 100111 10011 1000101 100100

Color Harmonies of #9B441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B441C

Black with #9B441C

Text Example


Text Example

White with #9B441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,68,28); }

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

background-color css

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

 a { background-color: rgb(155,68,28); }

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

border-color css

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

 span { border-color: rgb(155,68,28); }

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