Html Css Color HEX #9C2B29 Brown

📋 copy color: '#9C2B29'

red 156 ◦ green 43 ◦ blue 41

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

Shades of Brown #9C2B29

Tints of Brown #9C2B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.92%

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 65%
G = 17.92%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9C2B29 (or 0x9C2B29) is known color: Brown. HEX triplet: 9C, 2B and 29. RGB value is (156,43,41). Sum of RGB (Red+Green+Blue) = 156+43+41=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B29 is #63D4D6. Grayscale: #4C4C4C. Windows color (decimal): -6542551 or 2698140. OLE color: 2698140.

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

Color convert

RGB 156 43 41 -
CMYK 0 0.72 0.74 0.39
HSL 1.04º 0.58% 0.39% -
HSV(B) 1.04º 0.74% 0.61% -
XYZ 14.97 8.96 3.04 -
YUV 76.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 156 43 41 0 0.72 0.74 0.39 1.04 0.58 0.39
Hex 9C 2B 29 0 48 4A 27 1 3A 27
Octal 234 53 51 0 110 112 47 1 72 47
Binary 10011100 101011 101001 0 1001000 1001010 100111 1 111010 100111

Color Harmonies of #9C2B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B29

Black with #9C2B29

Text Example


Text Example

White with #9C2B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,43,41); }

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

background-color css

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

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

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

border-color css

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

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

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