Html Css Color HEX #9B422F Rock Spray

📋 copy color: '#9B422F'

red 155 ◦ green 66 ◦ blue 47

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

Shades of Rock Spray #9B422F

Tints of Rock Spray #9B422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

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

R = 57.84%
G = 24.63%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B422F (or 0x9B422F) is known color: Rock Spray. HEX triplet: 9B, 42 and 2F. RGB value is (155,66,47). Sum of RGB (Red+Green+Blue) = 155+66+47=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B422F is #64BDD0. Grayscale: #5A5A5A. Windows color (decimal): -6602193 or 3097243. OLE color: 3097243.

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

Color convert

RGB 155 66 47 -
CMYK 0 0.57 0.70 0.39
HSL 10.56º 0.53% 0.4% -
HSV(B) 10.56º 0.7% 0.61% -
XYZ 15.98 11.07 3.98 -
YUV 90.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 155 66 47 0 0.57 0.70 0.39 10.56 0.53 0.4
Hex 9B 42 2F 0 39 46 27 B 35 28
Octal 233 102 57 0 71 106 47 13 65 50
Binary 10011011 1000010 101111 0 111001 1000110 100111 1011 110101 101000

Color Harmonies of #9B422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B422F

Black with #9B422F

Text Example


Text Example

White with #9B422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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