#38150A

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

Shades of Brown Pod #38150A

Tints of Brown Pod #38150A

Color information

#38150A (or 0x38150A) is unknown color: approx Brown Pod. HEX triplet: 38, 15 and 0A. RGB value is (56,21,10). Sum of RGB (Red+Green+Blue) = 56+21+10=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38150A is #C7EAF5. Grayscale: #1E1E1E. Windows color (decimal): -13101814 or 660792. OLE color: 660792.

HSL color Cylindrical-coordinate representation of color #38150A: hue angle of 14.35º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38150A is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB562110-
CMYK00.630.820.78
HSL14.35º69.7%12.94%-
HSV(B)14.35º82.14%21.96%-
XYZ1.951.40.45-
YUV30.21116.6146.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 10 (4.30% from 255) = 11.49%
R=64.37%
G=24.14%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56211000.630.820.7814.3569.712.94
Hex3815A03F524Ee46d
Octal7025120771221161610615
Binary111000101011010011111110100101001110111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38150A; }

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

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

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

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

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

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

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

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