#381608

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

Shades of Brown Pod #381608

Tints of Brown Pod #381608

Color information

#381608 (or 0x381608) is unknown color: approx Brown Pod. HEX triplet: 38, 16 and 08. RGB value is (56,22,8). Sum of RGB (Red+Green+Blue) = 56+22+8=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381608 is #C7E9F7. Grayscale: #1E1E1E. Windows color (decimal): -13101560 or 529976. OLE color: 529976.

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

Color convert

RGB56228-
CMYK00.610.860.78
HSL17.5º75%12.55%-
HSV(B)17.5º85.71%21.96%-
XYZ1.961.430.4-
YUV30.57115.26146.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 8 (3.52% from 255) = 9.30%
R=65.12%
G=25.58%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5622800.610.860.7817.57512.55
Hex3816803D564E124bd
Octal7026100751261162211315
Binary1110001011010000111101101011010011101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381608; }

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

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

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

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

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

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

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

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