Html Css Color HEX #341302 Brown Pod

📋 copy color: '#341302'

red 52 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #341302

Tints of Brown Pod #341302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 2 (1.17% from 255) = 2.74%

R = 71.23%
G = 26.03%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#341302 (or 0x341302) is known color: Brown Pod. HEX triplet: 34, 13 and 02. RGB value is (52,19,2). Sum of RGB (Red+Green+Blue) = 52+19+2=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #341302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341302 is #CBECFD. Grayscale: #1B1B1B. Windows color (decimal): -13364478 or 135988. OLE color: 135988.

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

Color convert

RGB 52 19 2 -
CMYK 0 0.63 0.96 0.80
HSL 20.4º 0.93% 0.11% -
HSV(B) 20.4º 0.96% 0.2% -
XYZ 1.66 1.2 0.2 -
YUV 26.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 52 19 2 0 0.63 0.96 0.80 20.4 0.93 0.11
Hex 34 13 2 0 3F 60 50 14 5D B
Octal 64 23 2 0 77 140 120 24 135 13
Binary 110100 10011 10 0 111111 1100000 1010000 10100 1011101 1011

Color Harmonies of #341302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341302

Black with #341302

Text Example


Text Example

White with #341302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341302; }

 p { color: rgb(52,19,2); }

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

background-color css

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

 a { background-color: rgb(52,19,2); }

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

border-color css

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

 span { border-color: rgb(52,19,2); }

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