Html Css Color HEX #9C2823 Brown

📋 copy color: '#9C2823'

red 156 ◦ green 40 ◦ blue 35

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

Shades of Brown #9C2823

Tints of Brown #9C2823

RGB

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

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

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

R = 67.53%
G = 17.32%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C2823 (or 0x9C2823) is known color: Brown. HEX triplet: 9C, 28 and 23. RGB value is (156,40,35). Sum of RGB (Red+Green+Blue) = 156+40+35=231 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.53% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2823 is #63D7DC. Grayscale: #4A4A4A. Windows color (decimal): -6543325 or 2304156. OLE color: 2304156.

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

Color convert

RGB 156 40 35 -
CMYK 0 0.74 0.78 0.39
HSL 2.48º 0.63% 0.37% -
HSV(B) 2.48º 0.78% 0.61% -
XYZ 14.77 8.71 2.49 -
YUV 74.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 156 40 35 0 0.74 0.78 0.39 2.48 0.63 0.37
Hex 9C 28 23 0 4A 4E 27 2 3F 25
Octal 234 50 43 0 112 116 47 2 77 45
Binary 10011100 101000 100011 0 1001010 1001110 100111 10 111111 100101

Color Harmonies of #9C2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2823

Black with #9C2823

Text Example


Text Example

White with #9C2823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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