#382012

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

Shades of Brown Pod #382012

Tints of Brown Pod #382012

Color information

#382012 (or 0x382012) is unknown color: approx Brown Pod. HEX triplet: 38, 20 and 12. RGB value is (56,32,18). Sum of RGB (Red+Green+Blue) = 56+32+18=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382012 is #C7DFED. Grayscale: #252525. Windows color (decimal): -13098990 or 1187896. OLE color: 1187896.

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

Color convert

RGB563218-
CMYK00.430.680.78
HSL22.11º51.35%14.51%-
HSV(B)22.11º67.86%21.96%-
XYZ2.261.920.82-
YUV37.58116.95141.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=52.83%
G=30.19%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56321800.430.680.7822.1151.3514.51
Hex38201202B444E1633f
Octal704022053104116266317
Binary11100010000010010010101110001001001110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382012; }

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

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

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

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

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

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

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

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