#383020

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

Shades of Creole #383020

Tints of Creole #383020

Color information

#383020 (or 0x383020) is unknown color: approx Creole. HEX triplet: 38, 30 and 20. RGB value is (56,48,32). Sum of RGB (Red+Green+Blue) = 56+48+32=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #383020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383020 is #C7CFDF. Grayscale: #303030. Windows color (decimal): -13094880 or 2109496. OLE color: 2109496.

HSL color Cylindrical-coordinate representation of color #383020: hue angle of 40º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383020 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB564832-
CMYK00.140.430.78
HSL40º27.27%17.25%-
HSV(B)40º42.86%21.96%-
XYZ2.953.061.8-
YUV48.57118.65133.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=41.18%
G=35.29%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56483200.140.430.784027.2717.25
Hex3830200E2B4E281b11
Octal70604001653116503321
Binary1110001100001000000111010101110011101010001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383020; }

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

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

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

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

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

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

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

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