#381F18

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

Shades of Brown Pod #381F18

Tints of Brown Pod #381F18

Color information

#381F18 (or 0x381F18) is unknown color: approx Brown Pod. HEX triplet: 38, 1F and 18. RGB value is (56,31,24). Sum of RGB (Red+Green+Blue) = 56+31+24=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F18 is #C7E0E7. Grayscale: #252525. Windows color (decimal): -13099240 or 1580856. OLE color: 1580856.

HSL color Cylindrical-coordinate representation of color #381F18: hue angle of 13.12º 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 #381F18 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB563124-
CMYK00.450.570.78
HSL13.12º40%15.69%-
HSV(B)13.12º57.14%21.96%-
XYZ2.291.891.11-
YUV37.68120.28141.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=50.45%
G=27.93%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56312400.450.570.7813.124015.69
Hex381F1802D394Ed2810
Octal70373005571116155020
Binary111000111111100001011011110011001110110110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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