#38342D

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

Shades of Creole #38342D

Tints of Creole #38342D

Color information

#38342D (or 0x38342D) is unknown color: approx Creole. HEX triplet: 38, 34 and 2D. RGB value is (56,52,45). Sum of RGB (Red+Green+Blue) = 56+52+45=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #38342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38342D is #C7CBD2. Grayscale: #343434. Windows color (decimal): -13093843 or 2962488. OLE color: 2962488.

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

Color convert

RGB565245-
CMYK00.070.200.78
HSL38.18º10.89%19.8%-
HSV(B)38.18º19.64%21.96%-
XYZ3.333.492.98-
YUV52.4123.83130.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=36.60%
G=33.99%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56524500.070.200.7838.1810.8919.8
Hex38342D07144E26b14
Octal7064550724116461324
Binary1110001101001011010111101001001110100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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