Html Css Color HEX #9B4728 Rock Spray

📋 copy color: '#9B4728'

red 155 ◦ green 71 ◦ blue 40

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

Shades of Rock Spray #9B4728

Tints of Rock Spray #9B4728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 58.27%
G = 26.69%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B4728 (or 0x9B4728) is known color: Rock Spray. HEX triplet: 9B, 47 and 28. RGB value is (155,71,40). Sum of RGB (Red+Green+Blue) = 155+71+40=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4728 is #64B8D7. Grayscale: #5C5C5C. Windows color (decimal): -6600920 or 2639771. OLE color: 2639771.

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

Color convert

RGB 155 71 40 -
CMYK 0 0.54 0.74 0.39
HSL 16.17º 0.59% 0.38% -
HSV(B) 16.17º 0.74% 0.61% -
XYZ 16.15 11.63 3.4 -
YUV 92.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 155 71 40 0 0.54 0.74 0.39 16.17 0.59 0.38
Hex 9B 47 28 0 36 4A 27 10 3B 26
Octal 233 107 50 0 66 112 47 20 73 46
Binary 10011011 1000111 101000 0 110110 1001010 100111 10000 111011 100110

Color Harmonies of #9B4728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4728

Black with #9B4728

Text Example


Text Example

White with #9B4728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,71,40); }

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

background-color css

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

 a { background-color: rgb(155,71,40); }

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

border-color css

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

 span { border-color: rgb(155,71,40); }

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