#383225

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

Shades of Creole #383225

Tints of Creole #383225

Color information

#383225 (or 0x383225) is unknown color: approx Creole. HEX triplet: 38, 32 and 25. RGB value is (56,50,37). Sum of RGB (Red+Green+Blue) = 56+50+37=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #383225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383225 is #C7CDDA. Grayscale: #323232. Windows color (decimal): -13094363 or 2437688. OLE color: 2437688.

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

Color convert

RGB565037-
CMYK00.110.340.78
HSL41.05º20.43%18.24%-
HSV(B)41.05º33.93%21.96%-
XYZ3.113.262.21-
YUV50.31120.49132.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=39.16%
G=34.97%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56503700.110.340.7841.0520.4318.24
Hex3832250B224E291412
Octal70624501342116512422
Binary1110001100101001010101110001010011101010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383225; }

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

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

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

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

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

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

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

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