Html Css Color HEX #341F13 Brown Pod

📋 copy color: '#341F13'

red 52 ◦ green 31 ◦ blue 19

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

Shades of Brown Pod #341F13

Tints of Brown Pod #341F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.39%

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

R = 50.98%
G = 30.39%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#341F13 (or 0x341F13) is known color: Brown Pod. HEX triplet: 34, 1F and 13. RGB value is (52,31,19). Sum of RGB (Red+Green+Blue) = 52+31+19=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #341F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F13 is #CBE0EC. Grayscale: #232323. Windows color (decimal): -13361389 or 1253172. OLE color: 1253172.

HSL color Cylindrical-coordinate representation of color #341F13: hue angle of 21.82º 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 #341F13 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 31 19 -
CMYK 0 0.40 0.63 0.80
HSL 21.82º 0.46% 0.14% -
HSV(B) 21.82º 0.63% 0.2% -
XYZ 2.02 1.76 0.85 -
YUV 35.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 52 31 19 0 0.40 0.63 0.80 21.82 0.46 0.14
Hex 34 1F 13 0 28 3F 50 16 2E E
Octal 64 37 23 0 50 77 120 26 56 16
Binary 110100 11111 10011 0 101000 111111 1010000 10110 101110 1110

Color Harmonies of #341F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F13

Black with #341F13

Text Example


Text Example

White with #341F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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