Html Css Color HEX #341804 Brown Pod

📋 copy color: '#341804'

red 52 ◦ green 24 ◦ blue 4

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

Shades of Brown Pod #341804

Tints of Brown Pod #341804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30%

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

R = 65%
G = 30%
B = 5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#341804 (or 0x341804) is known color: Brown Pod. HEX triplet: 34, 18 and 04. RGB value is (52,24,4). Sum of RGB (Red+Green+Blue) = 52+24+4=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #341804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341804 is #CBE7FB. Grayscale: #1E1E1E. Windows color (decimal): -13363196 or 268340. OLE color: 268340.

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

Color convert

RGB 52 24 4 -
CMYK 0 0.54 0.92 0.80
HSL 25º 0.86% 0.11% -
HSV(B) 25º 0.92% 0.2% -
XYZ 1.76 1.39 0.29 -
YUV 30.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 52 24 4 0 0.54 0.92 0.80 25 0.86 0.11
Hex 34 18 4 0 36 5C 50 19 56 B
Octal 64 30 4 0 66 134 120 31 126 13
Binary 110100 11000 100 0 110110 1011100 1010000 11001 1010110 1011

Color Harmonies of #341804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341804

Black with #341804

Text Example


Text Example

White with #341804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341804; }

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

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

background-color css

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

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

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

border-color css

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

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

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