#38170C

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

Shades of Brown Pod #38170C

Tints of Brown Pod #38170C

Color information

#38170C (or 0x38170C) is unknown color: approx Brown Pod. HEX triplet: 38, 17 and 0C. RGB value is (56,23,12). Sum of RGB (Red+Green+Blue) = 56+23+12=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38170C is #C7E8F3. Grayscale: #1F1F1F. Windows color (decimal): -13101300 or 792376. OLE color: 792376.

HSL color Cylindrical-coordinate representation of color #38170C: hue angle of 15º 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 #38170C is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB562312-
CMYK00.590.790.78
HSL15º64.71%13.33%-
HSV(B)15º78.57%21.96%-
XYZ21.480.53-
YUV31.61116.93145.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 23 (9.38% from 255) = 25.27%
BLUE value IS 12 (5.08% from 255) = 13.19%
R=61.54%
G=25.27%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56231200.590.790.781564.7113.33
Hex3817C03B4F4Ef41d
Octal7027140731171161710115
Binary111000101111100011101110011111001110111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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