Html Css Color HEX #9C2824 Brown

📋 copy color: '#9C2824'

red 156 ◦ green 40 ◦ blue 36

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

Shades of Brown #9C2824

Tints of Brown #9C2824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 67.24%
G = 17.24%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9C2824 (or 0x9C2824) is known color: Brown. HEX triplet: 9C, 28 and 24. RGB value is (156,40,36). Sum of RGB (Red+Green+Blue) = 156+40+36=232 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.24% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2824 is #63D7DB. Grayscale: #4A4A4A. Windows color (decimal): -6543324 or 2369692. OLE color: 2369692.

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

Color convert

RGB 156 40 36 -
CMYK 0 0.74 0.77 0.39
HSL 0.63% 0.38% -
HSV(B) 0.77% 0.61% -
XYZ 14.79 8.71 2.57 -
YUV 74.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 156 40 36 0 0.74 0.77 0.39 2 0.63 0.38
Hex 9C 28 24 0 4A 4D 27 2 3E 26
Octal 234 50 44 0 112 115 47 2 76 46
Binary 10011100 101000 100100 0 1001010 1001101 100111 10 111110 100110

Color Harmonies of #9C2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2824

Black with #9C2824

Text Example


Text Example

White with #9C2824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,40,36); }

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

background-color css

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

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

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

border-color css

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

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

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