#382015

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

Shades of Brown Pod #382015

Tints of Brown Pod #382015

Color information

#382015 (or 0x382015) is unknown color: approx Brown Pod. HEX triplet: 38, 20 and 15. RGB value is (56,32,21). Sum of RGB (Red+Green+Blue) = 56+32+21=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382015 is #C7DFEA. Grayscale: #252525. Windows color (decimal): -13098987 or 1384504. OLE color: 1384504.

HSL color Cylindrical-coordinate representation of color #382015: hue angle of 18.86º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382015 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB563221-
CMYK00.430.630.78
HSL18.86º45.45%15.1%-
HSV(B)18.86º62.5%21.96%-
XYZ2.281.930.96-
YUV37.92118.45140.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=51.38%
G=29.36%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56322100.430.630.7818.8645.4515.1
Hex38201502B3F4E132df
Octal70402505377116235517
Binary1110001000001010101010111111111001110100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382015; }

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

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

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

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

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

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

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

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