Html Css Color HEX #9B462B Rock Spray

📋 copy color: '#9B462B'

red 155 ◦ green 70 ◦ blue 43

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

Shades of Rock Spray #9B462B

Tints of Rock Spray #9B462B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 57.84%
G = 26.12%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B462B (or 0x9B462B) is known color: Rock Spray. HEX triplet: 9B, 46 and 2B. RGB value is (155,70,43). Sum of RGB (Red+Green+Blue) = 155+70+43=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B462B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B462B is #64B9D4. Grayscale: #5C5C5C. Windows color (decimal): -6601173 or 2836123. OLE color: 2836123.

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

Color convert

RGB 155 70 43 -
CMYK 0 0.55 0.72 0.39
HSL 14.46º 0.57% 0.39% -
HSV(B) 14.46º 0.72% 0.61% -
XYZ 16.14 11.52 3.66 -
YUV 92.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 155 70 43 0 0.55 0.72 0.39 14.46 0.57 0.39
Hex 9B 46 2B 0 37 48 27 E 39 27
Octal 233 106 53 0 67 110 47 16 71 47
Binary 10011011 1000110 101011 0 110111 1001000 100111 1110 111001 100111

Color Harmonies of #9B462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B462B

Black with #9B462B

Text Example


Text Example

White with #9B462B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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