#381705

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

Shades of Brown Pod #381705

Tints of Brown Pod #381705

Color information

#381705 (or 0x381705) is unknown color: approx Brown Pod. HEX triplet: 38, 17 and 05. RGB value is (56,23,5). Sum of RGB (Red+Green+Blue) = 56+23+5=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #381705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381705 is #C7E8FA. Grayscale: #1E1E1E. Windows color (decimal): -13101307 or 333624. OLE color: 333624.

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

Color convert

RGB56235-
CMYK00.590.910.78
HSL21.18º83.61%11.96%-
HSV(B)21.18º91.07%21.96%-
XYZ1.961.460.32-
YUV30.82113.43145.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 27.38%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=66.67%
G=27.38%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623500.590.910.7821.1883.6111.96
Hex3817503B5B4E1554c
Octal702750731331162512414
Binary111000101111010111011101101110011101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381705; }

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

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

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

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

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

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

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

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