#382112

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

Shades of Brown Pod #382112

Tints of Brown Pod #382112

Color information

#382112 (or 0x382112) is unknown color: approx Brown Pod. HEX triplet: 38, 21 and 12. RGB value is (56,33,18). Sum of RGB (Red+Green+Blue) = 56+33+18=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #382112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382112 is #C7DEED. Grayscale: #262626. Windows color (decimal): -13098734 or 1188152. OLE color: 1188152.

HSL color Cylindrical-coordinate representation of color #382112: hue angle of 23.68º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382112 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB563318-
CMYK00.410.680.78
HSL23.68º51.35%14.51%-
HSV(B)23.68º67.86%21.96%-
XYZ2.281.970.83-
YUV38.17116.62140.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=52.34%
G=30.84%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56331800.410.680.7823.6851.3514.51
Hex382112029444E1833f
Octal704122051104116306317
Binary11100010000110010010100110001001001110110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382112; }

 p { color: rgb(56,33,18); }

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

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

 a { background-color: rgb(56,33,18); }

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

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

 span { border-color: rgb(56,33,18); }

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