#3E3234

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

Shades of Cab Sav #3E3234

Tints of Cab Sav #3E3234

Color information

#3E3234 (or 0x3E3234) is unknown color: approx Cab Sav. HEX triplet: 3E, 32 and 34. RGB value is (62,50,52). Sum of RGB (Red+Green+Blue) = 62+50+52=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3234 is #C1CDCB. Grayscale: #353535. Windows color (decimal): -12701132 or 3420734. OLE color: 3420734.

HSL color Cylindrical-coordinate representation of color #3E3234: hue angle of 350º 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 #3E3234 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB625052-
CMYK00.190.160.76
HSL350º10.71%21.96%-
HSV(B)350º19.35%24.31%-
XYZ3.753.553.74-
YUV53.82126.98133.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.80%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 52 (20.70% from 255) = 31.71%
R=37.80%
G=30.49%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62505200.190.160.7635010.7121.96
Hex3E3234013104C15eb16
Octal766264023201145361326
Binary111110110010110100010011100001001100101011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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