#432C31

Color #432C31 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #432C31

Tints of Cab Sav #432C31

Color information

#432C31 (or 0x432C31) is unknown color: approx Cab Sav. HEX triplet: 43, 2C and 31. RGB value is (67,44,49). Sum of RGB (Red+Green+Blue) = 67+44+49=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 67 - color contains mainly: red. Hex color #432C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432C31 is #BCD3CE. Grayscale: #333333. Windows color (decimal): -12374991 or 3222595. OLE color: 3222595.

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

Color convert

RGB674449-
CMYK00.340.270.74
HSL346.96º20.72%21.76%-
HSV(B)346.96º34.33%26.27%-
XYZ3.773.223.33-
YUV51.45126.62139.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 49 (19.53% from 255) = 30.62%
R=41.88%
G=27.5%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67444900.340.270.74346.9620.7221.76
Hex432C310221B4A15b1516
Octal1035461042331125332526
Binary100001110110011000101000101101110010101010110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432C31; }

 p { color: rgb(67,44,49); }

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

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

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

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

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

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

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