#381406

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

Shades of Brown Pod #381406

Tints of Brown Pod #381406

Color information

#381406 (or 0x381406) is unknown color: approx Brown Pod. HEX triplet: 38, 14 and 06. RGB value is (56,20,6). Sum of RGB (Red+Green+Blue) = 56+20+6=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381406 is #C7EBF9. Grayscale: #1D1D1D. Windows color (decimal): -13102074 or 398392. OLE color: 398392.

HSL color Cylindrical-coordinate representation of color #381406: hue angle of 16.8º 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 #381406 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB56206-
CMYK00.640.890.78
HSL16.8º80.65%12.16%-
HSV(B)16.8º89.29%21.96%-
XYZ1.911.350.33-
YUV29.17114.93147.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 6 (2.73% from 255) = 7.32%
R=68.29%
G=24.39%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5620600.640.890.7816.880.6512.16
Hex38146040594E1151c
Octal7024601001311162112114
Binary1110001010011001000000101100110011101000110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381406; }

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

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

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

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

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

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

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

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