Html Css Color HEX #9B2C27 Brown

📋 copy color: '#9B2C27'

red 155 ◦ green 44 ◦ blue 39

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

Shades of Brown #9B2C27

Tints of Brown #9B2C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.49%

 BLUE value IS 39 (15.63% from 255) = 16.39%

R = 65.13%
G = 18.49%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B2C27 (or 0x9B2C27) is known color: Brown. HEX triplet: 9B, 2C and 27. RGB value is (155,44,39). Sum of RGB (Red+Green+Blue) = 155+44+39=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2C27 is #64D3D8. Grayscale: #4C4C4C. Windows color (decimal): -6607833 or 2567323. OLE color: 2567323.

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

Color convert

RGB 155 44 39 -
CMYK 0 0.72 0.75 0.39
HSL 2.59º 0.6% 0.38% -
HSV(B) 2.59º 0.75% 0.61% -
XYZ 14.78 8.92 2.86 -
YUV 76.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 155 44 39 0 0.72 0.75 0.39 2.59 0.6 0.38
Hex 9B 2C 27 0 48 4B 27 3 3C 26
Octal 233 54 47 0 110 113 47 3 74 46
Binary 10011011 101100 100111 0 1001000 1001011 100111 11 111100 100110

Color Harmonies of #9B2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2C27

Black with #9B2C27

Text Example


Text Example

White with #9B2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,44,39); }

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

background-color css

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

 a { background-color: rgb(155,44,39); }

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

border-color css

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

 span { border-color: rgb(155,44,39); }

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