Html Css Color HEX #341906 Brown Pod

📋 copy color: '#341906'

red 52 ◦ green 25 ◦ blue 6

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

Shades of Brown Pod #341906

Tints of Brown Pod #341906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.12%

 BLUE value IS 6 (2.73% from 255) = 7.23%

R = 62.65%
G = 30.12%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#341906 (or 0x341906) is known color: Brown Pod. HEX triplet: 34, 19 and 06. RGB value is (52,25,6). Sum of RGB (Red+Green+Blue) = 52+25+6=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #341906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341906 is #CBE6F9. Grayscale: #1F1F1F. Windows color (decimal): -13362938 or 399668. OLE color: 399668.

HSL color Cylindrical-coordinate representation of color #341906: hue angle of 24.78º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341906 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 25 6 -
CMYK 0 0.52 0.88 0.80
HSL 24.78º 0.79% 0.11% -
HSV(B) 24.78º 0.88% 0.2% -
XYZ 1.8 1.44 0.36 -
YUV 30.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 52 25 6 0 0.52 0.88 0.80 24.78 0.79 0.11
Hex 34 19 6 0 34 58 50 19 4F B
Octal 64 31 6 0 64 130 120 31 117 13
Binary 110100 11001 110 0 110100 1011000 1010000 11001 1001111 1011

Color Harmonies of #341906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341906

Black with #341906

Text Example


Text Example

White with #341906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341906; }

 p { color: rgb(52,25,6); }

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

background-color css

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

 a { background-color: rgb(52,25,6); }

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

border-color css

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

 span { border-color: rgb(52,25,6); }

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