#381808

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

Shades of Brown Pod #381808

Tints of Brown Pod #381808

Color information

#381808 (or 0x381808) is unknown color: approx Brown Pod. HEX triplet: 38, 18 and 08. RGB value is (56,24,8). Sum of RGB (Red+Green+Blue) = 56+24+8=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #381808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381808 is #C7E7F7. Grayscale: #1F1F1F. Windows color (decimal): -13101048 or 530488. OLE color: 530488.

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

Color convert

RGB56248-
CMYK00.570.860.78
HSL20º75%12.55%-
HSV(B)20º85.71%21.96%-
XYZ21.510.42-
YUV31.74114.6145.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 63.64%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 8 (3.52% from 255) = 9.09%
R=63.64%
G=27.27%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5624800.570.860.78207512.55
Hex38188039564E144bd
Octal7030100711261162411315
Binary1110001100010000111001101011010011101010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381808; }

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

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

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

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

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

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

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

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