#38180D

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

Shades of Brown Pod #38180D

Tints of Brown Pod #38180D

Color information

#38180D (or 0x38180D) is unknown color: approx Brown Pod. HEX triplet: 38, 18 and 0D. RGB value is (56,24,13). Sum of RGB (Red+Green+Blue) = 56+24+13=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #38180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38180D is #C7E7F2. Grayscale: #202020. Windows color (decimal): -13101043 or 858168. OLE color: 858168.

HSL color Cylindrical-coordinate representation of color #38180D: hue angle of 15.35º 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 #38180D is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB562413-
CMYK00.570.770.78
HSL15.35º62.32%13.53%-
HSV(B)15.35º76.79%21.96%-
XYZ2.031.520.57-
YUV32.31117.1144.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=60.22%
G=25.81%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56241300.570.770.7815.3562.3213.53
Hex3818D0394D4Ef3ee
Octal703015071115116177616
Binary11100011000110101110011001101100111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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