Html Css Color HEX #9C2323 Brown

📋 copy color: '#9C2323'

red 156 ◦ green 35 ◦ blue 35

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

Shades of Brown #9C2323

Tints of Brown #9C2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.49%

 BLUE value IS 35 (14.06% from 255) = 15.49%

R = 69.03%
G = 15.49%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C2323 (or 0x9C2323) is known color: Brown. HEX triplet: 9C, 23 and 23. RGB value is (156,35,35). Sum of RGB (Red+Green+Blue) = 156+35+35=226 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.03% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2323 is #63DCDC. Grayscale: #474747. Windows color (decimal): -6544605 or 2302876. OLE color: 2302876.

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

Color convert

RGB 156 35 35 -
CMYK 0 0.78 0.78 0.39
HSL 0.63% 0.37% -
HSV(B) 0.78% 0.61% -
XYZ 14.61 8.39 2.44 -
YUV 71.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 156 35 35 0 0.78 0.78 0.39 0 0.63 0.37
Hex 9C 23 23 0 4E 4E 27 0 3F 25
Octal 234 43 43 0 116 116 47 0 77 45
Binary 10011100 100011 100011 0 1001110 1001110 100111 0 111111 100101

Color Harmonies of #9C2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2323

Black with #9C2323

Text Example


Text Example

White with #9C2323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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