#381806

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

Shades of Brown Pod #381806

Tints of Brown Pod #381806

Color information

#381806 (or 0x381806) is unknown color: approx Brown Pod. HEX triplet: 38, 18 and 06. RGB value is (56,24,6). Sum of RGB (Red+Green+Blue) = 56+24+6=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381806 is #C7E7F9. Grayscale: #1F1F1F. Windows color (decimal): -13101050 or 399416. OLE color: 399416.

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

Color convert

RGB56246-
CMYK00.570.890.78
HSL21.6º80.65%12.16%-
HSV(B)21.6º89.29%21.96%-
XYZ1.991.510.36-
YUV31.52113.6145.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=65.12%
G=27.91%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5624600.570.890.7821.680.6512.16
Hex38186039594E1651c
Octal703060711311162612114
Binary111000110001100111001101100110011101011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381806; }

 p { color: rgb(56,24,6); }

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

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

 a { background-color: rgb(56,24,6); }

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

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

 span { border-color: rgb(56,24,6); }

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