Html Css Color HEX #9C2B1B Brown

📋 copy color: '#9C2B1B'

red 156 ◦ green 43 ◦ blue 27

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

Shades of Brown #9C2B1B

Tints of Brown #9C2B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.95%

R = 69.03%
G = 19.03%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C2B1B (or 0x9C2B1B) is known color: Brown. HEX triplet: 9C, 2B and 1B. RGB value is (156,43,27). Sum of RGB (Red+Green+Blue) = 156+43+27=226 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.03% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B1B is #63D4E4. Grayscale: #4B4B4B. Windows color (decimal): -6542565 or 1780636. OLE color: 1780636.

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

Color convert

RGB 156 43 27 -
CMYK 0 0.72 0.83 0.39
HSL 7.44º 0.7% 0.36% -
HSV(B) 7.44º 0.83% 0.61% -
XYZ 14.77 8.87 1.97 -
YUV 74.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 156 43 27 0 0.72 0.83 0.39 7.44 0.7 0.36
Hex 9C 2B 1B 0 48 53 27 7 46 24
Octal 234 53 33 0 110 123 47 7 106 44
Binary 10011100 101011 11011 0 1001000 1010011 100111 111 1000110 100100

Color Harmonies of #9C2B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B1B

Black with #9C2B1B

Text Example


Text Example

White with #9C2B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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