Html Css Color HEX #341509 Brown Pod

📋 copy color: '#341509'

red 52 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #341509

Tints of Brown Pod #341509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.61%

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

R = 63.41%
G = 25.61%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#341509 (or 0x341509) is known color: Brown Pod. HEX triplet: 34, 15 and 09. RGB value is (52,21,9). Sum of RGB (Red+Green+Blue) = 52+21+9=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #341509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341509 is #CBEAF6. Grayscale: #1C1C1C. Windows color (decimal): -13363959 or 595252. OLE color: 595252.

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

Color convert

RGB 52 21 9 -
CMYK 0 0.60 0.83 0.80
HSL 16.74º 0.7% 0.12% -
HSV(B) 16.74º 0.83% 0.2% -
XYZ 1.73 1.29 0.42 -
YUV 28.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 52 21 9 0 0.60 0.83 0.80 16.74 0.7 0.12
Hex 34 15 9 0 3C 53 50 11 46 C
Octal 64 25 11 0 74 123 120 21 106 14
Binary 110100 10101 1001 0 111100 1010011 1010000 10001 1000110 1100

Color Harmonies of #341509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341509

Black with #341509

Text Example


Text Example

White with #341509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341509; }

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

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

background-color css

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

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

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

border-color css

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

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

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