Html Css Color HEX #9B422B Rock Spray

📋 copy color: '#9B422B'

red 155 ◦ green 66 ◦ blue 43

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

Shades of Rock Spray #9B422B

Tints of Rock Spray #9B422B

RGB

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

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

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

R = 58.71%
G = 25%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B422B (or 0x9B422B) is known color: Rock Spray. HEX triplet: 9B, 42 and 2B. RGB value is (155,66,43). Sum of RGB (Red+Green+Blue) = 155+66+43=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B422B is #64BDD4. Grayscale: #5A5A5A. Windows color (decimal): -6602197 or 2835099. OLE color: 2835099.

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

Color convert

RGB 155 66 43 -
CMYK 0 0.57 0.72 0.39
HSL 12.32º 0.57% 0.39% -
HSV(B) 12.32º 0.72% 0.61% -
XYZ 15.9 11.04 3.58 -
YUV 89.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 155 66 43 0 0.57 0.72 0.39 12.32 0.57 0.39
Hex 9B 42 2B 0 39 48 27 C 39 27
Octal 233 102 53 0 71 110 47 14 71 47
Binary 10011011 1000010 101011 0 111001 1001000 100111 1100 111001 100111

Color Harmonies of #9B422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B422B

Black with #9B422B

Text Example


Text Example

White with #9B422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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