#382E2A

Color #382E2A Gondola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gondola #382E2A

Tints of Gondola #382E2A

Color information

#382E2A (or 0x382E2A) is unknown color: approx Gondola. HEX triplet: 38, 2E and 2A. RGB value is (56,46,42). Sum of RGB (Red+Green+Blue) = 56+46+42=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #382E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E2A is #C7D1D5. Grayscale: #303030. Windows color (decimal): -13095382 or 2764344. OLE color: 2764344.

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

Color convert

RGB564642-
CMYK00.180.250.78
HSL17.14º14.29%19.22%-
HSV(B)17.14º25%21.96%-
XYZ3.032.962.6-
YUV48.53124.31133.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=38.89%
G=31.94%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56464200.180.250.7817.1414.2919.22
Hex382E2A012194E11e13
Octal70565202231116211623
Binary11100010111010101001001011001100111010001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382E2A; }

 p { color: rgb(56,46,42); }

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

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

 a { background-color: rgb(56,46,42); }

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

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

 span { border-color: rgb(56,46,42); }

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