#38170A

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

Shades of Brown Pod #38170A

Tints of Brown Pod #38170A

Color information

#38170A (or 0x38170A) is unknown color: approx Brown Pod. HEX triplet: 38, 17 and 0A. RGB value is (56,23,10). Sum of RGB (Red+Green+Blue) = 56+23+10=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38170A is #C7E8F5. Grayscale: #1F1F1F. Windows color (decimal): -13101302 or 661304. OLE color: 661304.

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

Color convert

RGB562310-
CMYK00.590.820.78
HSL16.96º69.7%12.94%-
HSV(B)16.96º82.14%21.96%-
XYZ1.991.480.47-
YUV31.38115.93145.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 23 (9.38% from 255) = 25.84%
BLUE value IS 10 (4.30% from 255) = 11.24%
R=62.92%
G=25.84%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56231000.590.820.7816.9669.712.94
Hex3817A03B524E1146d
Octal7027120731221162110615
Binary1110001011110100111011101001010011101000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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