Html Css Color HEX #9B462C Rock Spray

📋 copy color: '#9B462C'

red 155 ◦ green 70 ◦ blue 44

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

Shades of Rock Spray #9B462C

Tints of Rock Spray #9B462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 57.62%
G = 26.02%
B = 16.36%

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

#9B462C (or 0x9B462C) is known color: Rock Spray. HEX triplet: 9B, 46 and 2C. RGB value is (155,70,44). Sum of RGB (Red+Green+Blue) = 155+70+44=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B462C is #64B9D3. Grayscale: #5C5C5C. Windows color (decimal): -6601172 or 2901659. OLE color: 2901659.

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

Color convert

RGB 155 70 44 -
CMYK 0 0.55 0.72 0.39
HSL 14.05º 0.56% 0.39% -
HSV(B) 14.05º 0.72% 0.61% -
XYZ 16.16 11.53 3.76 -
YUV 92.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 155 70 44 0 0.55 0.72 0.39 14.05 0.56 0.39
Hex 9B 46 2C 0 37 48 27 E 38 27
Octal 233 106 54 0 67 110 47 16 70 47
Binary 10011011 1000110 101100 0 110111 1001000 100111 1110 111000 100111

Color Harmonies of #9B462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B462C

Black with #9B462C

Text Example


Text Example

White with #9B462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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