#38190D

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

Shades of Brown Pod #38190D

Tints of Brown Pod #38190D

Color information

#38190D (or 0x38190D) is unknown color: approx Brown Pod. HEX triplet: 38, 19 and 0D. RGB value is (56,25,13). Sum of RGB (Red+Green+Blue) = 56+25+13=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #38190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38190D is #C7E6F2. Grayscale: #202020. Windows color (decimal): -13100787 or 858424. OLE color: 858424.

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

Color convert

RGB562513-
CMYK00.550.770.78
HSL16.74º62.32%13.53%-
HSV(B)16.74º76.79%21.96%-
XYZ2.051.570.57-
YUV32.9116.77144.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=59.57%
G=26.60%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56251300.550.770.7816.7462.3213.53
Hex3819D0374D4E113ee
Octal703115067115116217616
Binary111000110011101011011110011011001110100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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