Html Css Color HEX #9C2B23 Brown

📋 copy color: '#9C2B23'

red 156 ◦ green 43 ◦ blue 35

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

Shades of Brown #9C2B23

Tints of Brown #9C2B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.38%

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

R = 66.67%
G = 18.38%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C2B23 (or 0x9C2B23) is known color: Brown. HEX triplet: 9C, 2B and 23. RGB value is (156,43,35). Sum of RGB (Red+Green+Blue) = 156+43+35=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B23 is #63D4DC. Grayscale: #4C4C4C. Windows color (decimal): -6542557 or 2304924. OLE color: 2304924.

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

Color convert

RGB 156 43 35 -
CMYK 0 0.72 0.78 0.39
HSL 3.97º 0.63% 0.37% -
HSV(B) 3.97º 0.78% 0.61% -
XYZ 14.88 8.92 2.53 -
YUV 75.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 156 43 35 0 0.72 0.78 0.39 3.97 0.63 0.37
Hex 9C 2B 23 0 48 4E 27 4 3F 25
Octal 234 53 43 0 110 116 47 4 77 45
Binary 10011100 101011 100011 0 1001000 1001110 100111 100 111111 100101

Color Harmonies of #9C2B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B23

Black with #9C2B23

Text Example


Text Example

White with #9C2B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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