#382113

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

Shades of Brown Pod #382113

Tints of Brown Pod #382113

Color information

#382113 (or 0x382113) is unknown color: approx Brown Pod. HEX triplet: 38, 21 and 13. RGB value is (56,33,19). Sum of RGB (Red+Green+Blue) = 56+33+19=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382113 is #C7DEEC. Grayscale: #262626. Windows color (decimal): -13098733 or 1253688. OLE color: 1253688.

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

Color convert

RGB563319-
CMYK00.410.660.78
HSL22.7º49.33%14.71%-
HSV(B)22.7º66.07%21.96%-
XYZ2.291.980.88-
YUV38.28117.12140.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=51.85%
G=30.56%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56331900.410.660.7822.749.3314.71
Hex382113029424E1731f
Octal704123051102116276117
Binary11100010000110011010100110000101001110101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382113; }

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

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

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

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

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

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

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

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