Html Css Color HEX #341D18 Brown Pod

📋 copy color: '#341D18'

red 52 ◦ green 29 ◦ blue 24

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

Shades of Brown Pod #341D18

Tints of Brown Pod #341D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.62%

 BLUE value IS 24 (9.77% from 255) = 22.86%

R = 49.52%
G = 27.62%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#341D18 (or 0x341D18) is known color: Brown Pod. HEX triplet: 34, 1D and 18. RGB value is (52,29,24). Sum of RGB (Red+Green+Blue) = 52+29+24=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #341D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D18 is #CBE2E7. Grayscale: #232323. Windows color (decimal): -13361896 or 1580340. OLE color: 1580340.

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

Color convert

RGB 52 29 24 -
CMYK 0 0.44 0.54 0.80
HSL 10.71º 0.37% 0.15% -
HSV(B) 10.71º 0.54% 0.2% -
XYZ 2.02 1.67 1.08 -
YUV 35.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 52 29 24 0 0.44 0.54 0.80 10.71 0.37 0.15
Hex 34 1D 18 0 2C 36 50 B 25 F
Octal 64 35 30 0 54 66 120 13 45 17
Binary 110100 11101 11000 0 101100 110110 1010000 1011 100101 1111

Color Harmonies of #341D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D18

Black with #341D18

Text Example


Text Example

White with #341D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,29,24); }

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

background-color css

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

 a { background-color: rgb(52,29,24); }

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

border-color css

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

 span { border-color: rgb(52,29,24); }

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