Html Css Color HEX #9B4420 Rock Spray

📋 copy color: '#9B4420'

red 155 ◦ green 68 ◦ blue 32

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

Shades of Rock Spray #9B4420

Tints of Rock Spray #9B4420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 60.78%
G = 26.67%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B4420 (or 0x9B4420) is known color: Rock Spray. HEX triplet: 9B, 44 and 20. RGB value is (155,68,32). Sum of RGB (Red+Green+Blue) = 155+68+32=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4420 is #64BBDF. Grayscale: #5A5A5A. Windows color (decimal): -6601696 or 2114715. OLE color: 2114715.

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

Color convert

RGB 155 68 32 -
CMYK 0 0.56 0.79 0.39
HSL 17.56º 0.66% 0.37% -
HSV(B) 17.56º 0.79% 0.61% -
XYZ 15.85 11.21 2.69 -
YUV 89.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 155 68 32 0 0.56 0.79 0.39 17.56 0.66 0.37
Hex 9B 44 20 0 38 4F 27 12 42 25
Octal 233 104 40 0 70 117 47 22 102 45
Binary 10011011 1000100 100000 0 111000 1001111 100111 10010 1000010 100101

Color Harmonies of #9B4420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4420

Black with #9B4420

Text Example


Text Example

White with #9B4420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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