Html Css Color HEX #9B4A33 Rock Spray

📋 copy color: '#9B4A33'

red 155 ◦ green 74 ◦ blue 51

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

Shades of Rock Spray #9B4A33

Tints of Rock Spray #9B4A33

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

 BLUE value IS 51 (20.31% from 255) = 18.21%

R = 55.36%
G = 26.43%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9B4A33 (or 0x9B4A33) is known color: Rock Spray. HEX triplet: 9B, 4A and 33. RGB value is (155,74,51). Sum of RGB (Red+Green+Blue) = 155+74+51=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4A33 is #64B5CC. Grayscale: #5F5F5F. Windows color (decimal): -6600141 or 3361435. OLE color: 3361435.

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

Color convert

RGB 155 74 51 -
CMYK 0 0.52 0.67 0.39
HSL 13.27º 0.5% 0.4% -
HSV(B) 13.27º 0.67% 0.61% -
XYZ 16.56 12.11 4.6 -
YUV 95.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 155 74 51 0 0.52 0.67 0.39 13.27 0.5 0.4
Hex 9B 4A 33 0 34 43 27 D 32 28
Octal 233 112 63 0 64 103 47 15 62 50
Binary 10011011 1001010 110011 0 110100 1000011 100111 1101 110010 101000

Color Harmonies of #9B4A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4A33

Black with #9B4A33

Text Example


Text Example

White with #9B4A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,74,51); }

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

background-color css

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

 a { background-color: rgb(155,74,51); }

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

border-color css

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

 span { border-color: rgb(155,74,51); }

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