#342117

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

Shades of Brown Pod #342117

Tints of Brown Pod #342117

Color information

#342117 (or 0x342117) is unknown color: approx Brown Pod. HEX triplet: 34, 21 and 17. RGB value is (52,33,23). Sum of RGB (Red+Green+Blue) = 52+33+23=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #342117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342117 is #CBDEE8. Grayscale: #252525. Windows color (decimal): -13360873 or 1515828. OLE color: 1515828.

HSL color Cylindrical-coordinate representation of color #342117: hue angle of 20.69º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #342117 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB523323-
CMYK00.370.560.80
HSL20.69º38.67%14.71%-
HSV(B)20.69º55.77%20.39%-
XYZ2.111.881.06-
YUV37.54119.79138.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=48.15%
G=30.56%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52332300.370.560.8020.6938.6714.71
Hex34211702538501527f
Octal64412704570120254717
Binary1101001000011011101001011110001010000101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342117; }

 p { color: rgb(52,33,23); }

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

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

 a { background-color: rgb(52,33,23); }

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

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

 span { border-color: rgb(52,33,23); }

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