#381A13

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

Shades of Brown Pod #381A13

Tints of Brown Pod #381A13

Color information

#381A13 (or 0x381A13) is unknown color: approx Brown Pod. HEX triplet: 38, 1A and 13. RGB value is (56,26,19). Sum of RGB (Red+Green+Blue) = 56+26+19=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A13 is #C7E5EC. Grayscale: #222222. Windows color (decimal): -13100525 or 1251896. OLE color: 1251896.

HSL color Cylindrical-coordinate representation of color #381A13: hue angle of 11.35º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381A13 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB562619-
CMYK00.540.660.78
HSL11.35º49.33%14.71%-
HSV(B)11.35º66.07%21.96%-
XYZ2.121.630.82-
YUV34.17119.44143.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 19 (7.81% from 255) = 18.81%
R=55.45%
G=25.74%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56261900.540.660.7811.3549.3314.71
Hex381A13036424Eb31f
Octal703223066102116136117
Binary111000110101001101101101000010100111010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,26,19); }

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

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

 a { background-color: rgb(56,26,19); }

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

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

 span { border-color: rgb(56,26,19); }

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