Html Css Color HEX #9C2C27 Brown

📋 copy color: '#9C2C27'

red 156 ◦ green 44 ◦ blue 39

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

Shades of Brown #9C2C27

Tints of Brown #9C2C27

RGB

 RED value IS 156 (61.33% from 255) = 65.27%

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

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

R = 65.27%
G = 18.41%
B = 16.32%

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

#9C2C27 (or 0x9C2C27) is known color: Brown. HEX triplet: 9C, 2C and 27. RGB value is (156,44,39). Sum of RGB (Red+Green+Blue) = 156+44+39=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C27 is #63D3D8. Grayscale: #4D4D4D. Windows color (decimal): -6542297 or 2567324. OLE color: 2567324.

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

Color convert

RGB 156 44 39 -
CMYK 0 0.72 0.75 0.39
HSL 2.56º 0.6% 0.38% -
HSV(B) 2.56º 0.75% 0.61% -
XYZ 14.98 9.02 2.87 -
YUV 76.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 156 44 39 0 0.72 0.75 0.39 2.56 0.6 0.38
Hex 9C 2C 27 0 48 4B 27 3 3C 26
Octal 234 54 47 0 110 113 47 3 74 46
Binary 10011100 101100 100111 0 1001000 1001011 100111 11 111100 100110

Color Harmonies of #9C2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2C27

Black with #9C2C27

Text Example


Text Example

White with #9C2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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