#381508

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

Shades of Brown Pod #381508

Tints of Brown Pod #381508

Color information

#381508 (or 0x381508) is unknown color: approx Brown Pod. HEX triplet: 38, 15 and 08. RGB value is (56,21,8). Sum of RGB (Red+Green+Blue) = 56+21+8=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #381508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381508 is #C7EAF7. Grayscale: #1E1E1E. Windows color (decimal): -13101816 or 529720. OLE color: 529720.

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

Color convert

RGB56218-
CMYK00.630.860.78
HSL16.25º75%12.55%-
HSV(B)16.25º85.71%21.96%-
XYZ1.941.390.4-
YUV29.98115.6146.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.88%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=65.88%
G=24.71%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5621800.630.860.7816.257512.55
Hex3815803F564E104bd
Octal7025100771261162011315
Binary1110001010110000111111101011010011101000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381508; }

 p { color: rgb(56,21,8); }

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

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

 a { background-color: rgb(56,21,8); }

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

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

 span { border-color: rgb(56,21,8); }

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