#402D30

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

Shades of Cab Sav #402D30

Tints of Cab Sav #402D30

Color information

#402D30 (or 0x402D30) is unknown color: approx Cab Sav. HEX triplet: 40, 2D and 30. RGB value is (64,45,48). Sum of RGB (Red+Green+Blue) = 64+45+48=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #402D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D30 is #BFD2CF. Grayscale: #333333. Windows color (decimal): -12571344 or 3157312. OLE color: 3157312.

HSL color Cylindrical-coordinate representation of color #402D30: hue angle of 350.53º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #402D30 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB644548-
CMYK00.300.250.75
HSL350.53º17.43%21.37%-
HSV(B)350.53º29.69%25.1%-
XYZ3.593.183.22-
YUV51.02126.29137.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=40.76%
G=28.66%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64454800.300.250.75350.5317.4321.37
Hex402D3001E194B15f1115
Octal1005560036311135372125
Binary10000001011011100000111101100110010111010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402D30; }

 p { color: rgb(64,45,48); }

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

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

 a { background-color: rgb(64,45,48); }

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

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

 span { border-color: rgb(64,45,48); }

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