#381706

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

Shades of Brown Pod #381706

Tints of Brown Pod #381706

Color information

#381706 (or 0x381706) is unknown color: approx Brown Pod. HEX triplet: 38, 17 and 06. RGB value is (56,23,6). Sum of RGB (Red+Green+Blue) = 56+23+6=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #381706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381706 is #C7E8F9. Grayscale: #1F1F1F. Windows color (decimal): -13101306 or 399160. OLE color: 399160.

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

Color convert

RGB56236-
CMYK00.590.890.78
HSL20.4º80.65%12.16%-
HSV(B)20.4º89.29%21.96%-
XYZ1.971.470.35-
YUV30.93113.93145.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.88%
GREEN value IS 23 (9.38% from 255) = 27.06%
BLUE value IS 6 (2.73% from 255) = 7.06%
R=65.88%
G=27.06%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623600.590.890.7820.480.6512.16
Hex3817603B594E1451c
Octal702760731311162412114
Binary111000101111100111011101100110011101010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381706; }

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

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

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

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

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

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

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

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