#383022

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

Shades of Creole #383022

Tints of Creole #383022

Color information

#383022 (or 0x383022) is unknown color: approx Creole. HEX triplet: 38, 30 and 22. RGB value is (56,48,34). Sum of RGB (Red+Green+Blue) = 56+48+34=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #383022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383022 is #C7CFDD. Grayscale: #303030. Windows color (decimal): -13094878 or 2240568. OLE color: 2240568.

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

Color convert

RGB564834-
CMYK00.140.390.78
HSL38.18º24.44%17.65%-
HSV(B)38.18º39.29%21.96%-
XYZ2.983.071.95-
YUV48.8119.65133.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=40.58%
G=34.78%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56483400.140.390.7838.1824.4417.65
Hex3830220E274E261812
Octal70604201647116463022
Binary1110001100001000100111010011110011101001101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383022; }

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

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

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

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

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

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

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

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