#382D26

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

Shades of Sambuca #382D26

Tints of Sambuca #382D26

Color information

#382D26 (or 0x382D26) is unknown color: approx Sambuca. HEX triplet: 38, 2D and 26. RGB value is (56,45,38). Sum of RGB (Red+Green+Blue) = 56+45+38=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #382D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D26 is #C7D2D9. Grayscale: #2F2F2F. Windows color (decimal): -13095642 or 2501944. OLE color: 2501944.

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

Color convert

RGB564538-
CMYK00.200.320.78
HSL23.33º19.15%18.43%-
HSV(B)23.33º32.14%21.96%-
XYZ2.922.862.23-
YUV47.49122.64134.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=40.29%
G=32.37%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56453800.200.320.7823.3319.1518.43
Hex382D26014204E171312
Octal70554602440116272322
Binary1110001011011001100101001000001001110101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,45,38); }

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

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

 a { background-color: rgb(56,45,38); }

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

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

 span { border-color: rgb(56,45,38); }

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