#341202

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

Shades of Brown Pod #341202

Tints of Brown Pod #341202

Color information

#341202 (or 0x341202) is unknown color: approx Brown Pod. HEX triplet: 34, 12 and 02. RGB value is (52,18,2). Sum of RGB (Red+Green+Blue) = 52+18+2=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #341202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341202 is #CBEDFD. Grayscale: #1A1A1A. Windows color (decimal): -13364734 or 135732. OLE color: 135732.

HSL color Cylindrical-coordinate representation of color #341202: hue angle of 19.2º 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 #341202 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB52182-
CMYK00.650.960.80
HSL19.2º92.59%10.59%-
HSV(B)19.2º96.15%20.39%-
XYZ1.641.170.2-
YUV26.34114.26146.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 72.22%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=72.22%
G=25%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5218200.650.960.8019.292.5910.59
Hex341220416050135db
Octal6422201011401202313513
Binary110100100101001000001110000010100001001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341202; }

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

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

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

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

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

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

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

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