Html Css Color HEX #9C2D2A Brown

📋 copy color: '#9C2D2A'

red 156 ◦ green 45 ◦ blue 42

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

Shades of Brown #9C2D2A

Tints of Brown #9C2D2A

RGB

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

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

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

R = 64.2%
G = 18.52%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9C2D2A (or 0x9C2D2A) is known color: Brown. HEX triplet: 9C, 2D and 2A. RGB value is (156,45,42). Sum of RGB (Red+Green+Blue) = 156+45+42=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2D2A is #63D2D5. Grayscale: #4D4D4D. Windows color (decimal): -6542038 or 2764188. OLE color: 2764188.

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

Color convert

RGB 156 45 42 -
CMYK 0 0.71 0.73 0.39
HSL 1.58º 0.58% 0.39% -
HSV(B) 1.58º 0.73% 0.61% -
XYZ 15.07 9.11 3.16 -
YUV 77.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 156 45 42 0 0.71 0.73 0.39 1.58 0.58 0.39
Hex 9C 2D 2A 0 47 49 27 2 3A 27
Octal 234 55 52 0 107 111 47 2 72 47
Binary 10011100 101101 101010 0 1000111 1001001 100111 10 111010 100111

Color Harmonies of #9C2D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2D2A

Black with #9C2D2A

Text Example


Text Example

White with #9C2D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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