Html Css Color HEX #341A09 Brown Pod

📋 copy color: '#341A09'

red 52 ◦ green 26 ◦ blue 9

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

Shades of Brown Pod #341A09

Tints of Brown Pod #341A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.89%

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

R = 59.77%
G = 29.89%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#341A09 (or 0x341A09) is known color: Brown Pod. HEX triplet: 34, 1A and 09. RGB value is (52,26,9). Sum of RGB (Red+Green+Blue) = 52+26+9=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #341A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A09 is #CBE5F6. Grayscale: #1F1F1F. Windows color (decimal): -13362679 or 596532. OLE color: 596532.

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

Color convert

RGB 52 26 9 -
CMYK 0 0.50 0.83 0.80
HSL 23.72º 0.7% 0.12% -
HSV(B) 23.72º 0.83% 0.2% -
XYZ 1.83 1.49 0.45 -
YUV 31.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 52 26 9 0 0.50 0.83 0.80 23.72 0.7 0.12
Hex 34 1A 9 0 32 53 50 18 46 C
Octal 64 32 11 0 62 123 120 30 106 14
Binary 110100 11010 1001 0 110010 1010011 1010000 11000 1000110 1100

Color Harmonies of #341A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A09

Black with #341A09

Text Example


Text Example

White with #341A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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