Html Css Color HEX #341200 Brown Pod

📋 copy color: '#341200'

red 52 ◦ green 18 ◦ blue 0

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

Shades of Brown Pod #341200

Tints of Brown Pod #341200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.29%
G = 25.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#341200 (or 0x341200) is known color: Brown Pod. HEX triplet: 34, 12 and 00. RGB value is (52,18,0). Sum of RGB (Red+Green+Blue) = 52+18+0=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #341200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341200 is #CBEDFF. Grayscale: #1A1A1A. Windows color (decimal): -13364736 or 4660. OLE color: 4660.

HSL color Cylindrical-coordinate representation of color #341200: hue angle of 20.77º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #341200 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 18 0 -
CMYK 0 0.65 1 0.80
HSL 20.77º 1% 0.1% -
HSV(B) 20.77º 1% 0.2% -
XYZ 1.63 1.16 0.14 -
YUV 26.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 52 18 0 0 0.65 1 0.80 20.77 1 0.1
Hex 34 12 0 0 41 64 50 15 64 A
Octal 64 22 0 0 101 144 120 25 144 12
Binary 110100 10010 0 0 1000001 1100100 1010000 10101 1100100 1010

Color Harmonies of #341200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341200

Black with #341200

Text Example


Text Example

White with #341200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341200; }

 p { color: rgb(52,18,0); }

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

background-color css

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

 a { background-color: rgb(52,18,0); }

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

border-color css

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

 span { border-color: rgb(52,18,0); }

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