Html Css Color HEX #341B15 Brown Pod

📋 copy color: '#341B15'

red 52 ◦ green 27 ◦ blue 21

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

Shades of Brown Pod #341B15

Tints of Brown Pod #341B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21%

R = 52%
G = 27%
B = 21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#341B15 (or 0x341B15) is known color: Brown Pod. HEX triplet: 34, 1B and 15. RGB value is (52,27,21). Sum of RGB (Red+Green+Blue) = 52+27+21=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #341B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B15 is #CBE4EA. Grayscale: #212121. Windows color (decimal): -13362411 or 1383220. OLE color: 1383220.

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

Color convert

RGB 52 27 21 -
CMYK 0 0.48 0.60 0.80
HSL 11.61º 0.42% 0.14% -
HSV(B) 11.61º 0.6% 0.2% -
XYZ 1.94 1.57 0.91 -
YUV 33.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 52 27 21 0 0.48 0.60 0.80 11.61 0.42 0.14
Hex 34 1B 15 0 30 3C 50 C 2A E
Octal 64 33 25 0 60 74 120 14 52 16
Binary 110100 11011 10101 0 110000 111100 1010000 1100 101010 1110

Color Harmonies of #341B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B15

Black with #341B15

Text Example


Text Example

White with #341B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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