Html Css Color HEX #9C2C20 Brown

📋 copy color: '#9C2C20'

red 156 ◦ green 44 ◦ blue 32

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

Shades of Brown #9C2C20

Tints of Brown #9C2C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 67.24%
G = 18.97%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C2C20 (or 0x9C2C20) is known color: Brown. HEX triplet: 9C, 2C and 20. RGB value is (156,44,32). Sum of RGB (Red+Green+Blue) = 156+44+32=232 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.24% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C20 is #63D3DF. Grayscale: #4C4C4C. Windows color (decimal): -6542304 or 2108572. OLE color: 2108572.

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

Color convert

RGB 156 44 32 -
CMYK 0 0.72 0.79 0.39
HSL 5.81º 0.66% 0.37% -
HSV(B) 5.81º 0.79% 0.61% -
XYZ 14.87 8.97 2.31 -
YUV 76.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 156 44 32 0 0.72 0.79 0.39 5.81 0.66 0.37
Hex 9C 2C 20 0 48 4F 27 6 42 25
Octal 234 54 40 0 110 117 47 6 102 45
Binary 10011100 101100 100000 0 1001000 1001111 100111 110 1000010 100101

Color Harmonies of #9C2C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2C20

Black with #9C2C20

Text Example


Text Example

White with #9C2C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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