#341602

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

Shades of Brown Pod #341602

Tints of Brown Pod #341602

Color information

#341602 (or 0x341602) is unknown color: approx Brown Pod. HEX triplet: 34, 16 and 02. RGB value is (52,22,2). Sum of RGB (Red+Green+Blue) = 52+22+2=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #341602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341602 is #CBE9FD. Grayscale: #1C1C1C. Windows color (decimal): -13363710 or 136756. OLE color: 136756.

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

Color convert

RGB52222-
CMYK00.580.960.80
HSL24º92.59%10.59%-
HSV(B)24º96.15%20.39%-
XYZ1.711.310.22-
YUV28.69112.94144.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 68.42%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=68.42%
G=28.95%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5222200.580.960.802492.5910.59
Hex3416203A6050185db
Octal642620721401203013513
Binary11010010110100111010110000010100001100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341602; }

 p { color: rgb(52,22,2); }

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

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

 a { background-color: rgb(52,22,2); }

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

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

 span { border-color: rgb(52,22,2); }

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