Html Css Color HEX #341B14 Brown Pod

📋 copy color: '#341B14'

red 52 ◦ green 27 ◦ blue 20

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

Shades of Brown Pod #341B14

Tints of Brown Pod #341B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.27%

 BLUE value IS 20 (8.2% from 255) = 20.2%

R = 52.53%
G = 27.27%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#341B14 (or 0x341B14) is known color: Brown Pod. HEX triplet: 34, 1B and 14. RGB value is (52,27,20). Sum of RGB (Red+Green+Blue) = 52+27+20=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #341B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B14 is #CBE4EB. Grayscale: #212121. Windows color (decimal): -13362412 or 1317684. OLE color: 1317684.

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

Color convert

RGB 52 27 20 -
CMYK 0 0.48 0.62 0.80
HSL 13.13º 0.44% 0.14% -
HSV(B) 13.13º 0.62% 0.2% -
XYZ 1.93 1.56 0.86 -
YUV 33.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 52 27 20 0 0.48 0.62 0.80 13.13 0.44 0.14
Hex 34 1B 14 0 30 3E 50 D 2C E
Octal 64 33 24 0 60 76 120 15 54 16
Binary 110100 11011 10100 0 110000 111110 1010000 1101 101100 1110

Color Harmonies of #341B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B14

Black with #341B14

Text Example


Text Example

White with #341B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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