#403033

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

Shades of Cab Sav #403033

Tints of Cab Sav #403033

Color information

#403033 (or 0x403033) is unknown color: approx Cab Sav. HEX triplet: 40, 30 and 33. RGB value is (64,48,51). Sum of RGB (Red+Green+Blue) = 64+48+51=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #403033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403033 is #BFCFCC. Grayscale: #353535. Windows color (decimal): -12570573 or 3354688. OLE color: 3354688.

HSL color Cylindrical-coordinate representation of color #403033: hue angle of 348.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403033 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB644851-
CMYK00.250.200.75
HSL348.75º14.29%21.96%-
HSV(B)348.75º25%25.1%-
XYZ3.773.443.6-
YUV53.13126.8135.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=39.26%
G=29.45%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64485100.250.200.75348.7514.2921.96
Hex403033019144B15de16
Octal1006063031241135351626
Binary1000000110000110011011001101001001011101011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403033; }

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

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

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

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

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

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

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

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