#432A30

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

Shades of Cab Sav #432A30

Tints of Cab Sav #432A30

Color information

#432A30 (or 0x432A30) is unknown color: approx Cab Sav. HEX triplet: 43, 2A and 30. RGB value is (67,42,48). Sum of RGB (Red+Green+Blue) = 67+42+48=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #432A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432A30 is #BCD5CF. Grayscale: #323232. Windows color (decimal): -12375504 or 3156547. OLE color: 3156547.

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

Color convert

RGB674248-
CMYK00.370.280.74
HSL345.6º22.94%21.37%-
HSV(B)345.6º37.31%26.27%-
XYZ3.683.063.19-
YUV50.16126.78140.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.68%
GREEN value IS 42 (16.80% from 255) = 26.75%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=42.68%
G=26.75%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67424800.370.280.74345.622.9421.37
Hex432A300251C4A15a1715
Octal1035260045341125322725
Binary100001110101011000001001011110010010101010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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