#341703

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

Shades of Brown Pod #341703

Tints of Brown Pod #341703

Color information

#341703 (or 0x341703) is unknown color: approx Brown Pod. HEX triplet: 34, 17 and 03. RGB value is (52,23,3). Sum of RGB (Red+Green+Blue) = 52+23+3=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #341703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341703 is #CBE8FC. Grayscale: #1D1D1D. Windows color (decimal): -13363453 or 202548. OLE color: 202548.

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

Color convert

RGB52233-
CMYK00.560.940.80
HSL24.49º89.09%10.78%-
HSV(B)24.49º94.23%20.39%-
XYZ1.741.350.25-
YUV29.39113.11144.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 3 (1.56% from 255) = 3.85%
R=66.67%
G=29.49%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5223300.560.940.8024.4989.0910.78
Hex341730385E501859b
Octal642730701361203013113
Binary11010010111110111000101111010100001100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341703; }

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

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

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

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

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

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

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

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