#381704

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

Shades of Brown Pod #381704

Tints of Brown Pod #381704

Color information

#381704 (or 0x381704) is unknown color: approx Brown Pod. HEX triplet: 38, 17 and 04. RGB value is (56,23,4). Sum of RGB (Red+Green+Blue) = 56+23+4=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #381704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381704 is #C7E8FB. Grayscale: #1E1E1E. Windows color (decimal): -13101308 or 268088. OLE color: 268088.

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

Color convert

RGB56234-
CMYK00.590.930.78
HSL21.92º86.67%11.76%-
HSV(B)21.92º92.86%21.96%-
XYZ1.961.460.29-
YUV30.7112.93146.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 67.47%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 4 (1.95% from 255) = 4.82%
R=67.47%
G=27.71%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623400.590.930.7821.9286.6711.76
Hex3817403B5D4E1657c
Octal702740731351162612714
Binary111000101111000111011101110110011101011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381704; }

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

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

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

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

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

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

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

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