Html Css Color HEX #9B441D Rich Gold

📋 copy color: '#9B441D'

red 155 ◦ green 68 ◦ blue 29

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

Shades of Rich Gold #9B441D

Tints of Rich Gold #9B441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 61.51%
G = 26.98%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B441D (or 0x9B441D) is known color: Rich Gold. HEX triplet: 9B, 44 and 1D. RGB value is (155,68,29). Sum of RGB (Red+Green+Blue) = 155+68+29=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B441D is #64BBE2. Grayscale: #595959. Windows color (decimal): -6601699 or 1918107. OLE color: 1918107.

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

Color convert

RGB 155 68 29 -
CMYK 0 0.56 0.81 0.39
HSL 18.57º 0.68% 0.36% -
HSV(B) 18.57º 0.81% 0.61% -
XYZ 15.81 11.19 2.49 -
YUV 89.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 155 68 29 0 0.56 0.81 0.39 18.57 0.68 0.36
Hex 9B 44 1D 0 38 51 27 13 44 24
Octal 233 104 35 0 70 121 47 23 104 44
Binary 10011011 1000100 11101 0 111000 1010001 100111 10011 1000100 100100

Color Harmonies of #9B441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B441D

Black with #9B441D

Text Example


Text Example

White with #9B441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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