#381E18

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

Shades of Brown Pod #381E18

Tints of Brown Pod #381E18

Color information

#381E18 (or 0x381E18) is unknown color: approx Brown Pod. HEX triplet: 38, 1E and 18. RGB value is (56,30,24). Sum of RGB (Red+Green+Blue) = 56+30+24=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #381E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E18 is #C7E1E7. Grayscale: #252525. Windows color (decimal): -13099496 or 1580600. OLE color: 1580600.

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

Color convert

RGB563024-
CMYK00.460.570.78
HSL11.25º40%15.69%-
HSV(B)11.25º57.14%21.96%-
XYZ2.261.841.1-
YUV37.09120.61141.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=50.91%
G=27.27%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56302400.460.570.7811.254015.69
Hex381E1802E394Eb2810
Octal70363005671116135020
Binary111000111101100001011101110011001110101110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,30,24); }

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

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

 a { background-color: rgb(56,30,24); }

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

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

 span { border-color: rgb(56,30,24); }

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