#381E10

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

Shades of Brown Pod #381E10

Tints of Brown Pod #381E10

Color information

#381E10 (or 0x381E10) is unknown color: approx Brown Pod. HEX triplet: 38, 1E and 10. RGB value is (56,30,16). Sum of RGB (Red+Green+Blue) = 56+30+16=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E10 is #C7E1EF. Grayscale: #242424. Windows color (decimal): -13099504 or 1056312. OLE color: 1056312.

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

Color convert

RGB563016-
CMYK00.460.710.78
HSL21º55.56%14.12%-
HSV(B)21º71.43%21.96%-
XYZ2.191.810.72-
YUV36.18116.61142.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=54.90%
G=29.41%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56301600.460.710.782155.5614.12
Hex381E1002E474E1538e
Octal703620056107116257016
Binary1110001111010000010111010001111001110101011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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