Html Css Color HEX #9B442A Rock Spray

📋 copy color: '#9B442A'

red 155 ◦ green 68 ◦ blue 42

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

Shades of Rock Spray #9B442A

Tints of Rock Spray #9B442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 58.49%
G = 25.66%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B442A (or 0x9B442A) is known color: Rock Spray. HEX triplet: 9B, 44 and 2A. RGB value is (155,68,42). Sum of RGB (Red+Green+Blue) = 155+68+42=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B442A is #64BBD5. Grayscale: #5B5B5B. Windows color (decimal): -6601686 or 2770075. OLE color: 2770075.

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

Color convert

RGB 155 68 42 -
CMYK 0 0.56 0.73 0.39
HSL 13.81º 0.57% 0.39% -
HSV(B) 13.81º 0.73% 0.61% -
XYZ 16 11.27 3.52 -
YUV 91.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 155 68 42 0 0.56 0.73 0.39 13.81 0.57 0.39
Hex 9B 44 2A 0 38 49 27 E 39 27
Octal 233 104 52 0 70 111 47 16 71 47
Binary 10011011 1000100 101010 0 111000 1001001 100111 1110 111001 100111

Color Harmonies of #9B442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B442A

Black with #9B442A

Text Example


Text Example

White with #9B442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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