#381A20

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

Shades of Temptress #381A20

Tints of Temptress #381A20

Color information

#381A20 (or 0x381A20) is unknown color: approx Temptress. HEX triplet: 38, 1A and 20. RGB value is (56,26,32). Sum of RGB (Red+Green+Blue) = 56+26+32=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A20 is #C7E5DF. Grayscale: #232323. Windows color (decimal): -13100512 or 2103864. OLE color: 2103864.

HSL color Cylindrical-coordinate representation of color #381A20: hue angle of 348º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #381A20 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB562632-
CMYK00.540.430.78
HSL348º36.59%16.08%-
HSV(B)348º53.57%21.96%-
XYZ2.261.681.57-
YUV35.65125.94142.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 26 (10.55% from 255) = 22.81%
BLUE value IS 32 (12.89% from 255) = 28.07%
R=49.12%
G=22.81%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56263200.540.430.7834836.5916.08
Hex381A200362B4E15c2510
Octal703240066531165344520
Binary111000110101000000110110101011100111010101110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381A20; }

 p { color: rgb(56,26,32); }

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

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

 a { background-color: rgb(56,26,32); }

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

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

 span { border-color: rgb(56,26,32); }

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