#381707

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

Shades of Brown Pod #381707

Tints of Brown Pod #381707

Color information

#381707 (or 0x381707) is unknown color: approx Brown Pod. HEX triplet: 38, 17 and 07. RGB value is (56,23,7). Sum of RGB (Red+Green+Blue) = 56+23+7=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381707 is #C7E8F8. Grayscale: #1F1F1F. Windows color (decimal): -13101305 or 464696. OLE color: 464696.

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

Color convert

RGB56237-
CMYK00.590.880.78
HSL19.59º77.78%12.35%-
HSV(B)19.59º87.5%21.96%-
XYZ1.981.470.38-
YUV31.04114.43145.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 23 (9.38% from 255) = 26.74%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=65.12%
G=26.74%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623700.590.880.7819.5977.7812.35
Hex3817703B584E144ec
Octal702770731301162411614
Binary111000101111110111011101100010011101010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381707; }

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

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

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

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

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

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

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

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