#38342F

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

Shades of Acadia #38342F

Tints of Acadia #38342F

Color information

#38342F (or 0x38342F) is unknown color: approx Acadia. HEX triplet: 38, 34 and 2F. RGB value is (56,52,47). Sum of RGB (Red+Green+Blue) = 56+52+47=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 56 - color contains mainly: red. Hex color #38342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38342F is #C7CBD0. Grayscale: #343434. Windows color (decimal): -13093841 or 3093560. OLE color: 3093560.

HSL color Cylindrical-coordinate representation of color #38342F: hue angle of 33.33º 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 #38342F is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB565247-
CMYK00.070.160.78
HSL33.33º8.74%20.2%-
HSV(B)33.33º16.07%21.96%-
XYZ3.373.53.19-
YUV52.63124.83130.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=36.13%
G=33.55%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56524700.070.160.7833.338.7420.2
Hex38342F07104E21914
Octal7064570720116411124
Binary1110001101001011110111100001001110100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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