#381B13

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

Shades of Brown Pod #381B13

Tints of Brown Pod #381B13

Color information

#381B13 (or 0x381B13) is unknown color: approx Brown Pod. HEX triplet: 38, 1B and 13. RGB value is (56,27,19). Sum of RGB (Red+Green+Blue) = 56+27+19=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B13 is #C7E4EC. Grayscale: #222222. Windows color (decimal): -13100269 or 1252152. OLE color: 1252152.

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

Color convert

RGB562719-
CMYK00.520.660.78
HSL12.97º49.33%14.71%-
HSV(B)12.97º66.07%21.96%-
XYZ2.141.670.83-
YUV34.76119.11143.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 27 (10.94% from 255) = 26.47%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=54.90%
G=26.47%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56271900.520.660.7812.9749.3314.71
Hex381B13034424Ed31f
Octal703323064102116156117
Binary111000110111001101101001000010100111011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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