#3E3235

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

Shades of Cab Sav #3E3235

Tints of Cab Sav #3E3235

Color information

#3E3235 (or 0x3E3235) is unknown color: approx Cab Sav. HEX triplet: 3E, 32 and 35. RGB value is (62,50,53). Sum of RGB (Red+Green+Blue) = 62+50+53=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3235 is #C1CDCA. Grayscale: #353535. Windows color (decimal): -12701131 or 3486270. OLE color: 3486270.

HSL color Cylindrical-coordinate representation of color #3E3235: hue angle of 345º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E3235 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB625053-
CMYK00.190.150.76
HSL345º10.71%21.96%-
HSV(B)345º19.35%24.31%-
XYZ3.773.563.86-
YUV53.93127.48133.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.58%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=37.58%
G=30.30%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62505300.190.150.7634510.7121.96
Hex3E3235013F4C159b16
Octal766265023171145311326
Binary11111011001011010101001111111001100101011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E3235; }

 p { color: rgb(62,50,53); }

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

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

 a { background-color: rgb(62,50,53); }

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

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

 span { border-color: rgb(62,50,53); }

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