#38190E

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

Shades of Brown Pod #38190E

Tints of Brown Pod #38190E

Color information

#38190E (or 0x38190E) is unknown color: approx Brown Pod. HEX triplet: 38, 19 and 0E. RGB value is (56,25,14). Sum of RGB (Red+Green+Blue) = 56+25+14=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #38190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38190E is #C7E6F1. Grayscale: #212121. Windows color (decimal): -13100786 or 923960. OLE color: 923960.

HSL color Cylindrical-coordinate representation of color #38190E: hue angle of 15.71º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38190E is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB562514-
CMYK00.550.750.78
HSL15.71º60%13.73%-
HSV(B)15.71º75%21.96%-
XYZ2.061.570.61-
YUV33.02117.27144.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=58.95%
G=26.32%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56251400.550.750.7815.716013.73
Hex3819E0374B4E103ce
Octal703116067113116207416
Binary111000110011110011011110010111001110100001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38190E; }

 p { color: rgb(56,25,14); }

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

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

 a { background-color: rgb(56,25,14); }

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

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

 span { border-color: rgb(56,25,14); }

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