#38352F

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

Shades of Creole #38352F

Tints of Creole #38352F

Color information

#38352F (or 0x38352F) is unknown color: approx Creole. HEX triplet: 38, 35 and 2F. RGB value is (56,53,47). Sum of RGB (Red+Green+Blue) = 56+53+47=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #38352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38352F is #C7CAD0. Grayscale: #353535. Windows color (decimal): -13093585 or 3093816. OLE color: 3093816.

HSL color Cylindrical-coordinate representation of color #38352F: hue angle of 40º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #38352F is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB565347-
CMYK00.050.160.78
HSL40º8.74%20.2%-
HSV(B)40º16.07%21.96%-
XYZ3.423.593.2-
YUV53.21124.49129.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=35.90%
G=33.97%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56534700.050.160.78408.7420.2
Hex38352F05104E28914
Octal7065570520116501124
Binary1110001101011011110101100001001110101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38352F; }

 p { color: rgb(56,53,47); }

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

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

 a { background-color: rgb(56,53,47); }

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

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

 span { border-color: rgb(56,53,47); }

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