Html Css Color HEX #341605 Brown Pod

📋 copy color: '#341605'

red 52 ◦ green 22 ◦ blue 5

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

Shades of Brown Pod #341605

Tints of Brown Pod #341605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.85%

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

R = 65.82%
G = 27.85%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#341605 (or 0x341605) is known color: Brown Pod. HEX triplet: 34, 16 and 05. RGB value is (52,22,5). Sum of RGB (Red+Green+Blue) = 52+22+5=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #341605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341605 is #CBE9FA. Grayscale: #1D1D1D. Windows color (decimal): -13363707 or 333364. OLE color: 333364.

HSL color Cylindrical-coordinate representation of color #341605: hue angle of 21.7º 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 #341605 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 22 5 -
CMYK 0 0.58 0.90 0.80
HSL 21.7º 0.82% 0.11% -
HSV(B) 21.7º 0.9% 0.2% -
XYZ 1.73 1.31 0.31 -
YUV 29.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 52 22 5 0 0.58 0.90 0.80 21.7 0.82 0.11
Hex 34 16 5 0 3A 5A 50 16 52 B
Octal 64 26 5 0 72 132 120 26 122 13
Binary 110100 10110 101 0 111010 1011010 1010000 10110 1010010 1011

Color Harmonies of #341605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341605

Black with #341605

Text Example


Text Example

White with #341605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341605; }

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

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

background-color css

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

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

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

border-color css

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

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

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