#382014

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

Shades of Brown Pod #382014

Tints of Brown Pod #382014

Color information

#382014 (or 0x382014) is unknown color: approx Brown Pod. HEX triplet: 38, 20 and 14. RGB value is (56,32,20). Sum of RGB (Red+Green+Blue) = 56+32+20=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382014 is #C7DFEB. Grayscale: #252525. Windows color (decimal): -13098988 or 1318968. OLE color: 1318968.

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

Color convert

RGB563220-
CMYK00.430.640.78
HSL20º47.37%14.9%-
HSV(B)20º64.29%21.96%-
XYZ2.271.920.91-
YUV37.81117.95140.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=51.85%
G=29.63%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56322000.430.640.782047.3714.9
Hex38201402B404E142ff
Octal704024053100116245717
Binary11100010000010100010101110000001001110101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382014; }

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

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

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

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

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

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

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

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