#382018

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

Shades of Brown Pod #382018

Tints of Brown Pod #382018

Color information

#382018 (or 0x382018) is unknown color: approx Brown Pod. HEX triplet: 38, 20 and 18. RGB value is (56,32,24). Sum of RGB (Red+Green+Blue) = 56+32+24=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382018 is #C7DFE7. Grayscale: #262626. Windows color (decimal): -13098984 or 1581112. OLE color: 1581112.

HSL color Cylindrical-coordinate representation of color #382018: hue angle of 15º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382018 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB563224-
CMYK00.430.570.78
HSL15º40%15.69%-
HSV(B)15º57.14%21.96%-
XYZ2.311.941.12-
YUV38.26119.95140.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=50%
G=28.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56322400.430.570.78154015.69
Hex38201802B394Ef2810
Octal70403005371116175020
Binary1110001000001100001010111110011001110111110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382018; }

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

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

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

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

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

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

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

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