Html Css Color HEX #341505 Brown Pod

📋 copy color: '#341505'

red 52 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #341505

Tints of Brown Pod #341505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

 BLUE value IS 5 (2.34% from 255) = 6.41%

R = 66.67%
G = 26.92%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#341505 (or 0x341505) is known color: Brown Pod. HEX triplet: 34, 15 and 05. RGB value is (52,21,5). Sum of RGB (Red+Green+Blue) = 52+21+5=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #341505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341505 is #CBEAFA. Grayscale: #1C1C1C. Windows color (decimal): -13363963 or 333108. OLE color: 333108.

HSL color Cylindrical-coordinate representation of color #341505: hue angle of 20.43º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341505 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 21 5 -
CMYK 0 0.60 0.90 0.80
HSL 20.43º 0.82% 0.11% -
HSV(B) 20.43º 0.9% 0.2% -
XYZ 1.71 1.28 0.3 -
YUV 28.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 52 21 5 0 0.60 0.90 0.80 20.43 0.82 0.11
Hex 34 15 5 0 3C 5A 50 14 52 B
Octal 64 25 5 0 74 132 120 24 122 13
Binary 110100 10101 101 0 111100 1011010 1010000 10100 1010010 1011

Color Harmonies of #341505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341505

Black with #341505

Text Example


Text Example

White with #341505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341505; }

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

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

background-color css

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

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

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

border-color css

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

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

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