Html Css Color HEX #9B472D Rock Spray

📋 copy color: '#9B472D'

red 155 ◦ green 71 ◦ blue 45

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

Shades of Rock Spray #9B472D

Tints of Rock Spray #9B472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 57.2%
G = 26.2%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9B472D (or 0x9B472D) is known color: Rock Spray. HEX triplet: 9B, 47 and 2D. RGB value is (155,71,45). Sum of RGB (Red+Green+Blue) = 155+71+45=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B472D is #64B8D2. Grayscale: #5D5D5D. Windows color (decimal): -6600915 or 2967451. OLE color: 2967451.

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

Color convert

RGB 155 71 45 -
CMYK 0 0.54 0.71 0.39
HSL 14.18º 0.55% 0.39% -
HSV(B) 14.18º 0.71% 0.61% -
XYZ 16.24 11.66 3.88 -
YUV 93.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 155 71 45 0 0.54 0.71 0.39 14.18 0.55 0.39
Hex 9B 47 2D 0 36 47 27 E 37 27
Octal 233 107 55 0 66 107 47 16 67 47
Binary 10011011 1000111 101101 0 110110 1000111 100111 1110 110111 100111

Color Harmonies of #9B472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B472D

Black with #9B472D

Text Example


Text Example

White with #9B472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,71,45); }

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

background-color css

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

 a { background-color: rgb(155,71,45); }

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

border-color css

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

 span { border-color: rgb(155,71,45); }

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