#341705

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

Shades of Brown Pod #341705

Tints of Brown Pod #341705

Color information

#341705 (or 0x341705) is unknown color: approx Brown Pod. HEX triplet: 34, 17 and 05. RGB value is (52,23,5). Sum of RGB (Red+Green+Blue) = 52+23+5=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #341705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341705 is #CBE8FA. Grayscale: #1D1D1D. Windows color (decimal): -13363451 or 333620. OLE color: 333620.

HSL color Cylindrical-coordinate representation of color #341705: hue angle of 22.98º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341705 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB52235-
CMYK00.560.900.80
HSL22.98º82.46%11.18%-
HSV(B)22.98º90.38%20.39%-
XYZ1.751.350.31-
YUV29.62114.11143.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65%
GREEN value IS 23 (9.38% from 255) = 28.75%
BLUE value IS 5 (2.34% from 255) = 6.25%
R=65%
G=28.75%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5223500.560.900.8022.9882.4611.18
Hex341750385A501752b
Octal642750701321202712213
Binary110100101111010111000101101010100001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341705; }

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

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

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

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

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

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

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

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