Html Css Color HEX #9C2523 Brown

📋 copy color: '#9C2523'

red 156 ◦ green 37 ◦ blue 35

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

Shades of Brown #9C2523

Tints of Brown #9C2523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.23%

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

R = 68.42%
G = 16.23%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C2523 (or 0x9C2523) is known color: Brown. HEX triplet: 9C, 25 and 23. RGB value is (156,37,35). Sum of RGB (Red+Green+Blue) = 156+37+35=228 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.42% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2523 is #63DADC. Grayscale: #484848. Windows color (decimal): -6544093 or 2303388. OLE color: 2303388.

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

Color convert

RGB 156 37 35 -
CMYK 0 0.76 0.78 0.39
HSL 0.99º 0.63% 0.37% -
HSV(B) 0.99º 0.78% 0.61% -
XYZ 14.68 8.51 2.46 -
YUV 72.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 156 37 35 0 0.76 0.78 0.39 0.99 0.63 0.37
Hex 9C 25 23 0 4C 4E 27 1 3F 25
Octal 234 45 43 0 114 116 47 1 77 45
Binary 10011100 100101 100011 0 1001100 1001110 100111 1 111111 100101

Color Harmonies of #9C2523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2523

Black with #9C2523

Text Example


Text Example

White with #9C2523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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