Html Css Color HEX #341304 Brown Pod

📋 copy color: '#341304'

red 52 ◦ green 19 ◦ blue 4

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

Shades of Brown Pod #341304

Tints of Brown Pod #341304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.33%

R = 69.33%
G = 25.33%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#341304 (or 0x341304) is known color: Brown Pod. HEX triplet: 34, 13 and 04. RGB value is (52,19,4). Sum of RGB (Red+Green+Blue) = 52+19+4=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #341304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341304 is #CBECFB. Grayscale: #1B1B1B. Windows color (decimal): -13364476 or 267060. OLE color: 267060.

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

Color convert

RGB 52 19 4 -
CMYK 0 0.63 0.92 0.80
HSL 18.75º 0.86% 0.11% -
HSV(B) 18.75º 0.92% 0.2% -
XYZ 1.67 1.2 0.26 -
YUV 27.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 52 19 4 0 0.63 0.92 0.80 18.75 0.86 0.11
Hex 34 13 4 0 3F 5C 50 13 56 B
Octal 64 23 4 0 77 134 120 23 126 13
Binary 110100 10011 100 0 111111 1011100 1010000 10011 1010110 1011

Color Harmonies of #341304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341304

Black with #341304

Text Example


Text Example

White with #341304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341304; }

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

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

background-color css

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

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

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

border-color css

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

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

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