Html Css Color HEX #9B462F Rock Spray

📋 copy color: '#9B462F'

red 155 ◦ green 70 ◦ blue 47

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

Shades of Rock Spray #9B462F

Tints of Rock Spray #9B462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

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

R = 56.99%
G = 25.74%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B462F (or 0x9B462F) is known color: Rock Spray. HEX triplet: 9B, 46 and 2F. RGB value is (155,70,47). Sum of RGB (Red+Green+Blue) = 155+70+47=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B462F is #64B9D0. Grayscale: #5C5C5C. Windows color (decimal): -6601169 or 3098267. OLE color: 3098267.

HSL color Cylindrical-coordinate representation of color #9B462F: hue angle of 12.78º 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 #9B462F is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 70 47 -
CMYK 0 0.55 0.70 0.39
HSL 12.78º 0.53% 0.4% -
HSV(B) 12.78º 0.7% 0.61% -
XYZ 16.22 11.55 4.06 -
YUV 92.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 155 70 47 0 0.55 0.70 0.39 12.78 0.53 0.4
Hex 9B 46 2F 0 37 46 27 D 35 28
Octal 233 106 57 0 67 106 47 15 65 50
Binary 10011011 1000110 101111 0 110111 1000110 100111 1101 110101 101000

Color Harmonies of #9B462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B462F

Black with #9B462F

Text Example


Text Example

White with #9B462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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