#383122

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

Shades of Creole #383122

Tints of Creole #383122

Color information

#383122 (or 0x383122) is unknown color: approx Creole. HEX triplet: 38, 31 and 22. RGB value is (56,49,34). Sum of RGB (Red+Green+Blue) = 56+49+34=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #383122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383122 is #C7CEDD. Grayscale: #313131. Windows color (decimal): -13094622 or 2240824. OLE color: 2240824.

HSL color Cylindrical-coordinate representation of color #383122: hue angle of 40.91º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #383122 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB564934-
CMYK00.120.390.78
HSL40.91º24.44%17.65%-
HSV(B)40.91º39.29%21.96%-
XYZ3.023.151.96-
YUV49.38119.32132.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=40.29%
G=35.25%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56493400.120.390.7840.9124.4417.65
Hex3831220C274E291812
Octal70614201447116513022
Binary1110001100011000100110010011110011101010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383122; }

 p { color: rgb(56,49,34); }

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

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

 a { background-color: rgb(56,49,34); }

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

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

 span { border-color: rgb(56,49,34); }

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