#381F0F

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

Shades of Brown Pod #381F0F

Tints of Brown Pod #381F0F

Color information

#381F0F (or 0x381F0F) is unknown color: approx Brown Pod. HEX triplet: 38, 1F and 0F. RGB value is (56,31,15). Sum of RGB (Red+Green+Blue) = 56+31+15=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F0F is #C7E0F0. Grayscale: #242424. Windows color (decimal): -13099249 or 991032. OLE color: 991032.

HSL color Cylindrical-coordinate representation of color #381F0F: hue angle of 23.41º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381F0F is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB563115-
CMYK00.450.730.78
HSL23.41º57.75%13.92%-
HSV(B)23.41º73.21%21.96%-
XYZ2.211.860.69-
YUV36.65115.78141.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 15 (6.25% from 255) = 14.71%
R=54.90%
G=30.39%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56311500.450.730.7823.4157.7513.92
Hex381FF02D494E173ae
Octal703717055111116277216
Binary111000111111111010110110010011001110101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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