#381E0D

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

Shades of Brown Pod #381E0D

Tints of Brown Pod #381E0D

Color information

#381E0D (or 0x381E0D) is unknown color: approx Brown Pod. HEX triplet: 38, 1E and 0D. RGB value is (56,30,13). Sum of RGB (Red+Green+Blue) = 56+30+13=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #381E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E0D is #C7E1F2. Grayscale: #232323. Windows color (decimal): -13099507 or 859704. OLE color: 859704.

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

Color convert

RGB563013-
CMYK00.460.770.78
HSL23.72º62.32%13.53%-
HSV(B)23.72º76.79%21.96%-
XYZ2.171.80.61-
YUV35.84115.11142.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=56.57%
G=30.30%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56301300.460.770.7823.7262.3213.53
Hex381ED02E4D4E183ee
Octal703615056115116307616
Binary111000111101101010111010011011001110110001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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