#383226

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

Shades of Creole #383226

Tints of Creole #383226

Color information

#383226 (or 0x383226) is unknown color: approx Creole. HEX triplet: 38, 32 and 26. RGB value is (56,50,38). Sum of RGB (Red+Green+Blue) = 56+50+38=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #383226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383226 is #C7CDD9. Grayscale: #323232. Windows color (decimal): -13094362 or 2503224. OLE color: 2503224.

HSL color Cylindrical-coordinate representation of color #383226: hue angle of 40º 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 #383226 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB565038-
CMYK00.110.320.78
HSL40º19.15%18.43%-
HSV(B)40º32.14%21.96%-
XYZ3.123.262.3-
YUV50.43120.99131.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=38.89%
G=34.72%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56503800.110.320.784019.1518.43
Hex3832260B204E281312
Octal70624601340116502322
Binary1110001100101001100101110000010011101010001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383226; }

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

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

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

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

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

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

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

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