Html Css Color HEX #9C2D27 Brown

📋 copy color: '#9C2D27'

red 156 ◦ green 45 ◦ blue 39

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

Shades of Brown #9C2D27

Tints of Brown #9C2D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.75%

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

R = 65%
G = 18.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9C2D27 (or 0x9C2D27) is known color: Brown. HEX triplet: 9C, 2D and 27. RGB value is (156,45,39). Sum of RGB (Red+Green+Blue) = 156+45+39=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2D27 is #63D2D8. Grayscale: #4D4D4D. Windows color (decimal): -6542041 or 2567580. OLE color: 2567580.

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

Color convert

RGB 156 45 39 -
CMYK 0 0.71 0.75 0.39
HSL 3.08º 0.6% 0.38% -
HSV(B) 3.08º 0.75% 0.61% -
XYZ 15.01 9.09 2.88 -
YUV 77.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 156 45 39 0 0.71 0.75 0.39 3.08 0.6 0.38
Hex 9C 2D 27 0 47 4B 27 3 3C 26
Octal 234 55 47 0 107 113 47 3 74 46
Binary 10011100 101101 100111 0 1000111 1001011 100111 11 111100 100110

Color Harmonies of #9C2D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2D27

Black with #9C2D27

Text Example


Text Example

White with #9C2D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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