Html Css Color HEX #9C2A2A Brown

📋 copy color: '#9C2A2A'

red 156 ◦ green 42 ◦ blue 42

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

Shades of Brown #9C2A2A

Tints of Brown #9C2A2A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.5%

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 65%
G = 17.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9C2A2A (or 0x9C2A2A) is known color: Brown. HEX triplet: 9C, 2A and 2A. RGB value is (156,42,42). Sum of RGB (Red+Green+Blue) = 156+42+42=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2A2A is #63D5D5. Grayscale: #4C4C4C. Windows color (decimal): -6542806 or 2763420. OLE color: 2763420.

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

Color convert

RGB 156 42 42 -
CMYK 0 0.73 0.73 0.39
HSL 0.58% 0.39% -
HSV(B) 0.73% 0.61% -
XYZ 14.96 8.89 3.12 -
YUV 76.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 156 42 42 0 0.73 0.73 0.39 0 0.58 0.39
Hex 9C 2A 2A 0 49 49 27 0 3A 27
Octal 234 52 52 0 111 111 47 0 72 47
Binary 10011100 101010 101010 0 1001001 1001001 100111 0 111010 100111

Color Harmonies of #9C2A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2A2A

Black with #9C2A2A

Text Example


Text Example

White with #9C2A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,42,42); }

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

background-color css

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

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

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

border-color css

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

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

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