#383023

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

Shades of Creole #383023

Tints of Creole #383023

Color information

#383023 (or 0x383023) is unknown color: approx Creole. HEX triplet: 38, 30 and 23. RGB value is (56,48,35). Sum of RGB (Red+Green+Blue) = 56+48+35=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #383023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383023 is #C7CFDC. Grayscale: #303030. Windows color (decimal): -13094877 or 2306104. OLE color: 2306104.

HSL color Cylindrical-coordinate representation of color #383023: hue angle of 37.14º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383023 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB564835-
CMYK00.140.370.78
HSL37.14º23.08%17.84%-
HSV(B)37.14º37.5%21.96%-
XYZ2.993.082.03-
YUV48.91120.15133.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=40.29%
G=34.53%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56483500.140.370.7837.1423.0817.84
Hex3830230E254E251712
Octal70604301645116452722
Binary1110001100001000110111010010110011101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383023; }

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

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

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

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

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

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

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

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