#38160C

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

Shades of Brown Pod #38160C

Tints of Brown Pod #38160C

Color information

#38160C (or 0x38160C) is unknown color: approx Brown Pod. HEX triplet: 38, 16 and 0C. RGB value is (56,22,12). Sum of RGB (Red+Green+Blue) = 56+22+12=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #38160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38160C is #C7E9F3. Grayscale: #1F1F1F. Windows color (decimal): -13101556 or 792120. OLE color: 792120.

HSL color Cylindrical-coordinate representation of color #38160C: hue angle of 13.64º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38160C is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB562212-
CMYK00.610.790.78
HSL13.64º64.71%13.33%-
HSV(B)13.64º78.57%21.96%-
XYZ1.981.440.52-
YUV31.03117.26145.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 12 (5.08% from 255) = 13.33%
R=62.22%
G=24.44%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56221200.610.790.7813.6464.7113.33
Hex3816C03D4F4Ee41d
Octal7026140751171161610115
Binary111000101101100011110110011111001110111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38160C; }

 p { color: rgb(56,22,12); }

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

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

 a { background-color: rgb(56,22,12); }

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

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

 span { border-color: rgb(56,22,12); }

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