#341B0B

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

Shades of Brown Pod #341B0B

Tints of Brown Pod #341B0B

Color information

#341B0B (or 0x341B0B) is unknown color: approx Brown Pod. HEX triplet: 34, 1B and 0B. RGB value is (52,27,11). Sum of RGB (Red+Green+Blue) = 52+27+11=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #341B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B0B is #CBE4F4. Grayscale: #202020. Windows color (decimal): -13362421 or 727860. OLE color: 727860.

HSL color Cylindrical-coordinate representation of color #341B0B: hue angle of 23.41º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341B0B is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB522711-
CMYK00.480.790.80
HSL23.41º65.08%12.35%-
HSV(B)23.41º78.85%20.39%-
XYZ1.871.540.52-
YUV32.65115.78141.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.78%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 11 (4.69% from 255) = 12.22%
R=57.78%
G=30%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52271100.480.790.8023.4165.0812.35
Hex341BB0304F501741c
Octal6433130601171202710114
Binary1101001101110110110000100111110100001011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341B0B; }

 p { color: rgb(52,27,11); }

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

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

 a { background-color: rgb(52,27,11); }

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

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

 span { border-color: rgb(52,27,11); }

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