#432E30

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

Shades of Cab Sav #432E30

Tints of Cab Sav #432E30

Color information

#432E30 (or 0x432E30) is unknown color: approx Cab Sav. HEX triplet: 43, 2E and 30. RGB value is (67,46,48). Sum of RGB (Red+Green+Blue) = 67+46+48=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 67 - color contains mainly: red. Hex color #432E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432E30 is #BCD1CF. Grayscale: #343434. Windows color (decimal): -12374480 or 3157571. OLE color: 3157571.

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

Color convert

RGB674648-
CMYK00.310.280.74
HSL354.29º18.58%22.16%-
HSV(B)354.29º31.34%26.27%-
XYZ3.833.363.24-
YUV52.51125.46138.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 46 (18.36% from 255) = 28.57%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=41.61%
G=28.57%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67464800.310.280.74354.2918.5822.16
Hex432E3001F1C4A1621316
Octal1035660037341125422326
Binary10000111011101100000111111110010010101011000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,46,48); }

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

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

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

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

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

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

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