#341704

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

Shades of Brown Pod #341704

Tints of Brown Pod #341704

Color information

#341704 (or 0x341704) is unknown color: approx Brown Pod. HEX triplet: 34, 17 and 04. RGB value is (52,23,4). Sum of RGB (Red+Green+Blue) = 52+23+4=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #341704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341704 is #CBE8FB. Grayscale: #1D1D1D. Windows color (decimal): -13363452 or 268084. OLE color: 268084.

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

Color convert

RGB52234-
CMYK00.560.920.80
HSL23.75º85.71%10.98%-
HSV(B)23.75º92.31%20.39%-
XYZ1.741.350.28-
YUV29.5113.61144.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 4 (1.95% from 255) = 5.06%
R=65.82%
G=29.11%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5223400.560.920.8023.7585.7110.98
Hex341740385C501856b
Octal642740701341203012613
Binary110100101111000111000101110010100001100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341704; }

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

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

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

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

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

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

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

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