#432121

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

Shades of Livid Brown #432121

Tints of Livid Brown #432121

Color information

#432121 (or 0x432121) is unknown color: approx Livid Brown. HEX triplet: 43, 21 and 21. RGB value is (67,33,33). Sum of RGB (Red+Green+Blue) = 67+33+33=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #432121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432121 is #BCDEDE. Grayscale: #2B2B2B. Windows color (decimal): -12377823 or 2171203. OLE color: 2171203.

HSL color Cylindrical-coordinate representation of color #432121: hue angle of 0º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #432121 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB673333-
CMYK00.510.510.74
HSL34%19.61%-
HSV(B)50.75%26.27%-
XYZ3.132.391.74-
YUV43.17122.26145-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=50.38%
G=24.81%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67333300.510.510.7403419.61
Hex432121033334A02214
Octal10341410636311204224
Binary100001110000110000101100111100111001010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432121; }

 p { color: rgb(67,33,33); }

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

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

 a { background-color: rgb(67,33,33); }

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

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

 span { border-color: rgb(67,33,33); }

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