Html Css Color HEX #9B422A Rock Spray

📋 copy color: '#9B422A'

red 155 ◦ green 66 ◦ blue 42

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

Shades of Rock Spray #9B422A

Tints of Rock Spray #9B422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 58.94%
G = 25.1%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B422A (or 0x9B422A) is known color: Rock Spray. HEX triplet: 9B, 42 and 2A. RGB value is (155,66,42). Sum of RGB (Red+Green+Blue) = 155+66+42=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B422A is #64BDD5. Grayscale: #5A5A5A. Windows color (decimal): -6602198 or 2769563. OLE color: 2769563.

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

Color convert

RGB 155 66 42 -
CMYK 0 0.57 0.73 0.39
HSL 12.74º 0.57% 0.39% -
HSV(B) 12.74º 0.73% 0.61% -
XYZ 15.88 11.03 3.48 -
YUV 89.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 155 66 42 0 0.57 0.73 0.39 12.74 0.57 0.39
Hex 9B 42 2A 0 39 49 27 D 39 27
Octal 233 102 52 0 71 111 47 15 71 47
Binary 10011011 1000010 101010 0 111001 1001001 100111 1101 111001 100111

Color Harmonies of #9B422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B422A

Black with #9B422A

Text Example


Text Example

White with #9B422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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