#383227

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

Shades of Creole #383227

Tints of Creole #383227

Color information

#383227 (or 0x383227) is unknown color: approx Creole. HEX triplet: 38, 32 and 27. RGB value is (56,50,39). Sum of RGB (Red+Green+Blue) = 56+50+39=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #383227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383227 is #C7CDD8. Grayscale: #323232. Windows color (decimal): -13094361 or 2568760. OLE color: 2568760.

HSL color Cylindrical-coordinate representation of color #383227: hue angle of 38.82º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383227 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB565039-
CMYK00.110.300.78
HSL38.82º17.89%18.63%-
HSV(B)38.82º30.36%21.96%-
XYZ3.143.272.38-
YUV50.54121.49131.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=38.62%
G=34.48%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56503900.110.300.7838.8217.8918.63
Hex3832270B1E4E271213
Octal70624701336116472223
Binary111000110010100111010111111010011101001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383227; }

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

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

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

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

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

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

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

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