Html Css Color HEX #9B472F Rock Spray

📋 copy color: '#9B472F'

red 155 ◦ green 71 ◦ blue 47

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

Shades of Rock Spray #9B472F

Tints of Rock Spray #9B472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 56.78%
G = 26.01%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B472F (or 0x9B472F) is known color: Rock Spray. HEX triplet: 9B, 47 and 2F. RGB value is (155,71,47). Sum of RGB (Red+Green+Blue) = 155+71+47=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B472F is #64B8D0. Grayscale: #5D5D5D. Windows color (decimal): -6600913 or 3098523. OLE color: 3098523.

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

Color convert

RGB 155 71 47 -
CMYK 0 0.54 0.70 0.39
HSL 13.33º 0.53% 0.4% -
HSV(B) 13.33º 0.7% 0.61% -
XYZ 16.28 11.68 4.09 -
YUV 93.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 155 71 47 0 0.54 0.70 0.39 13.33 0.53 0.4
Hex 9B 47 2F 0 36 46 27 D 35 28
Octal 233 107 57 0 66 106 47 15 65 50
Binary 10011011 1000111 101111 0 110110 1000110 100111 1101 110101 101000

Color Harmonies of #9B472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B472F

Black with #9B472F

Text Example


Text Example

White with #9B472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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