Html Css Color HEX #9C2C1C Brown

📋 copy color: '#9C2C1C'

red 156 ◦ green 44 ◦ blue 28

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

Shades of Brown #9C2C1C

Tints of Brown #9C2C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 68.42%
G = 19.3%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9C2C1C (or 0x9C2C1C) is known color: Brown. HEX triplet: 9C, 2C and 1C. RGB value is (156,44,28). Sum of RGB (Red+Green+Blue) = 156+44+28=228 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.42% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C1C is #63D3E3. Grayscale: #4B4B4B. Windows color (decimal): -6542308 or 1846428. OLE color: 1846428.

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

Color convert

RGB 156 44 28 -
CMYK 0 0.72 0.82 0.39
HSL 7.5º 0.7% 0.36% -
HSV(B) 7.5º 0.82% 0.61% -
XYZ 14.82 8.95 2.05 -
YUV 75.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 156 44 28 0 0.72 0.82 0.39 7.5 0.7 0.36
Hex 9C 2C 1C 0 48 52 27 8 46 24
Octal 234 54 34 0 110 122 47 10 106 44
Binary 10011100 101100 11100 0 1001000 1010010 100111 1000 1000110 100100

Color Harmonies of #9C2C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2C1C

Black with #9C2C1C

Text Example


Text Example

White with #9C2C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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