#341500

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

Shades of Brown Pod #341500

Tints of Brown Pod #341500

Color information

#341500 (or 0x341500) is unknown color: approx Brown Pod. HEX triplet: 34, 15 and 00. RGB value is (52,21,0). Sum of RGB (Red+Green+Blue) = 52+21+0=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #341500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341500 is #CBEAFF. Grayscale: #1B1B1B. Windows color (decimal): -13363968 or 5428. OLE color: 5428.

HSL color Cylindrical-coordinate representation of color #341500: hue angle of 24.23º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #341500 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB52210-
CMYK00.6010.80
HSL24.23º100%10.2%-
HSV(B)24.23º100%20.39%-
XYZ1.681.270.16-
YUV27.88112.27145.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 71.23%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.23%
G=28.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5221000.6010.8024.2310010.2
Hex3415003C64501864a
Octal642500741441203014412
Binary1101001010100111100110010010100001100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341500; }

 p { color: rgb(52,21,0); }

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

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

 a { background-color: rgb(52,21,0); }

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

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

 span { border-color: rgb(52,21,0); }

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