#2B2423

Color #2B2423 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #2B2423

Tints of Livid Brown #2B2423

Color information

#2B2423 (or 0x2B2423) is unknown color: approx Livid Brown. HEX triplet: 2B, 24 and 23. RGB value is (43,36,35). Sum of RGB (Red+Green+Blue) = 43+36+35=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2423 is #D4DBDC. Grayscale: #252525. Windows color (decimal): -13949917 or 2303019. OLE color: 2303019.

HSL color Cylindrical-coordinate representation of color #2B2423: hue angle of 7.5º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B2423 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.83.

Color convert

RGB433635-
CMYK00.160.190.83
HSL7.5º10.26%15.29%-
HSV(B)7.5º18.6%16.86%-
XYZ1.931.91.85-
YUV37.98126.32131.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.72%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=37.72%
G=31.58%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43363500.160.190.837.510.2615.29
Hex2B242301013538af
Octal53444302023123101217
Binary101011100100100011010000100111010011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B2423; }

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

 H1.HeaderClassName
 {
   color: #2B2423;
 }
 .AnyTagClassName
 {
   color: #2B2423;
 }
</style>
background-color css

<style>
 a { background-color: #2B2423; }

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

 div.DivClassName
 {
   background-color: #2B2423;
 }
 .BgClassName
 {
   background-color: #2B2423;
 }
</style>
border-color css

<style>
 span { border-color: #2B2423; }

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

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