Html Css Color HEX #341709 Brown Pod

📋 copy color: '#341709'

red 52 ◦ green 23 ◦ blue 9

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

Shades of Brown Pod #341709

Tints of Brown Pod #341709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.38%

 BLUE value IS 9 (3.91% from 255) = 10.71%

R = 61.9%
G = 27.38%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#341709 (or 0x341709) is known color: Brown Pod. HEX triplet: 34, 17 and 09. RGB value is (52,23,9). Sum of RGB (Red+Green+Blue) = 52+23+9=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341709 is #CBE8F6. Grayscale: #1E1E1E. Windows color (decimal): -13363447 or 595764. OLE color: 595764.

HSL color Cylindrical-coordinate representation of color #341709: hue angle of 19.53º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341709 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 23 9 -
CMYK 0 0.56 0.83 0.80
HSL 19.53º 0.7% 0.12% -
HSV(B) 19.53º 0.83% 0.2% -
XYZ 1.77 1.36 0.43 -
YUV 30.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 52 23 9 0 0.56 0.83 0.80 19.53 0.7 0.12
Hex 34 17 9 0 38 53 50 14 46 C
Octal 64 27 11 0 70 123 120 24 106 14
Binary 110100 10111 1001 0 111000 1010011 1010000 10100 1000110 1100

Color Harmonies of #341709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341709

Black with #341709

Text Example


Text Example

White with #341709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341709; }

 p { color: rgb(52,23,9); }

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

background-color css

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

 a { background-color: rgb(52,23,9); }

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

border-color css

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

 span { border-color: rgb(52,23,9); }

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