Html Css Color HEX #9C2D23 Brown

📋 copy color: '#9C2D23'

red 156 ◦ green 45 ◦ blue 35

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

Shades of Brown #9C2D23

Tints of Brown #9C2D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.07%

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

R = 66.1%
G = 19.07%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C2D23 (or 0x9C2D23) is known color: Brown. HEX triplet: 9C, 2D and 23. RGB value is (156,45,35). Sum of RGB (Red+Green+Blue) = 156+45+35=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2D23 is #63D2DC. Grayscale: #4D4D4D. Windows color (decimal): -6542045 or 2305436. OLE color: 2305436.

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

Color convert

RGB 156 45 35 -
CMYK 0 0.71 0.78 0.39
HSL 4.96º 0.63% 0.37% -
HSV(B) 4.96º 0.78% 0.61% -
XYZ 14.95 9.07 2.55 -
YUV 77.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 156 45 35 0 0.71 0.78 0.39 4.96 0.63 0.37
Hex 9C 2D 23 0 47 4E 27 5 3F 25
Octal 234 55 43 0 107 116 47 5 77 45
Binary 10011100 101101 100011 0 1000111 1001110 100111 101 111111 100101

Color Harmonies of #9C2D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2D23

Black with #9C2D23

Text Example


Text Example

White with #9C2D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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