#381609

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

Shades of Brown Pod #381609

Tints of Brown Pod #381609

Color information

#381609 (or 0x381609) is unknown color: approx Brown Pod. HEX triplet: 38, 16 and 09. RGB value is (56,22,9). Sum of RGB (Red+Green+Blue) = 56+22+9=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381609 is #C7E9F6. Grayscale: #1E1E1E. Windows color (decimal): -13101559 or 595512. OLE color: 595512.

HSL color Cylindrical-coordinate representation of color #381609: hue angle of 16.6º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381609 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB56229-
CMYK00.610.840.78
HSL16.6º72.31%12.75%-
HSV(B)16.6º83.93%21.96%-
XYZ1.971.430.43-
YUV30.68115.76146.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 9 (3.91% from 255) = 10.34%
R=64.37%
G=25.29%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5622900.610.840.7816.672.3112.75
Hex3816903D544E1148d
Octal7026110751241162111015
Binary1110001011010010111101101010010011101000110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381609; }

 p { color: rgb(56,22,9); }

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

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

 a { background-color: rgb(56,22,9); }

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

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

 span { border-color: rgb(56,22,9); }

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