#381505

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

Shades of Brown Pod #381505

Tints of Brown Pod #381505

Color information

#381505 (or 0x381505) is unknown color: approx Brown Pod. HEX triplet: 38, 15 and 05. RGB value is (56,21,5). Sum of RGB (Red+Green+Blue) = 56+21+5=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381505 is #C7EAFA. Grayscale: #1D1D1D. Windows color (decimal): -13101819 or 333112. OLE color: 333112.

HSL color Cylindrical-coordinate representation of color #381505: hue angle of 18.82º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #381505 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB56215-
CMYK00.630.910.78
HSL18.82º83.61%11.96%-
HSV(B)18.82º91.07%21.96%-
XYZ1.931.390.31-
YUV29.64114.1146.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=68.29%
G=25.61%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5621500.630.910.7818.8283.6111.96
Hex3815503F5B4E1354c
Octal702550771331162312414
Binary111000101011010111111101101110011101001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381505; }

 p { color: rgb(56,21,5); }

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

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

 a { background-color: rgb(56,21,5); }

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

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

 span { border-color: rgb(56,21,5); }

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