Html Css Color HEX #341E13 Brown Pod

📋 copy color: '#341E13'

red 52 ◦ green 30 ◦ blue 19

#341E13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #341E13

Tints of Brown Pod #341E13

RGB

 RED value IS 52 (20.7% from 255) = 51.49%

 GREEN value IS 30 (12.11% from 255) = 29.7%

 BLUE value IS 19 (7.81% from 255) = 18.81%

R = 51.49%
G = 29.7%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#341E13 (or 0x341E13) is known color: Brown Pod. HEX triplet: 34, 1E and 13. RGB value is (52,30,19). Sum of RGB (Red+Green+Blue) = 52+30+19=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #341E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E13 is #CBE1EC. Grayscale: #232323. Windows color (decimal): -13361645 or 1252916. OLE color: 1252916.

HSL color Cylindrical-coordinate representation of color #341E13: hue angle of 20º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341E13 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 30 19 -
CMYK 0 0.42 0.63 0.80
HSL 20º 0.46% 0.14% -
HSV(B) 20º 0.63% 0.2% -
XYZ 2 1.71 0.84 -
YUV 35.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 52 30 19 0 0.42 0.63 0.80 20 0.46 0.14
Hex 34 1E 13 0 2A 3F 50 14 2E E
Octal 64 36 23 0 52 77 120 24 56 16
Binary 110100 11110 10011 0 101010 111111 1010000 10100 101110 1110

Color Harmonies of #341E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E13

Black with #341E13

Text Example


Text Example

White with #341E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,30,19); }

 H1.HeaderClassName
 {
   color: #341E13;
 }
 .AnyTagClassName
 {
   color: #341E13;
 }
</style>

background-color css

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

 a { background-color: rgb(52,30,19); }

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

border-color css

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

 span { border-color: rgb(52,30,19); }

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