Html Css Color HEX #9B2A28 Brown

📋 copy color: '#9B2A28'

red 155 ◦ green 42 ◦ blue 40

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

Shades of Brown #9B2A28

Tints of Brown #9B2A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.72%

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

R = 65.4%
G = 17.72%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B2A28 (or 0x9B2A28) is known color: Brown. HEX triplet: 9B, 2A and 28. RGB value is (155,42,40). Sum of RGB (Red+Green+Blue) = 155+42+40=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A28 is #64D5D7. Grayscale: #4B4B4B. Windows color (decimal): -6608344 or 2632347. OLE color: 2632347.

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

Color convert

RGB 155 42 40 -
CMYK 0 0.73 0.74 0.39
HSL 1.04º 0.59% 0.38% -
HSV(B) 1.04º 0.74% 0.61% -
XYZ 14.73 8.78 2.93 -
YUV 75.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 155 42 40 0 0.73 0.74 0.39 1.04 0.59 0.38
Hex 9B 2A 28 0 49 4A 27 1 3B 26
Octal 233 52 50 0 111 112 47 1 73 46
Binary 10011011 101010 101000 0 1001001 1001010 100111 1 111011 100110

Color Harmonies of #9B2A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2A28

Black with #9B2A28

Text Example


Text Example

White with #9B2A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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