Html Css Color HEX #341508 Brown Pod

📋 copy color: '#341508'

red 52 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #341508

Tints of Brown Pod #341508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 9.88%

R = 64.2%
G = 25.93%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.80

RGB Variations

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

Color information

#341508 (or 0x341508) is known color: Brown Pod. HEX triplet: 34, 15 and 08. RGB value is (52,21,8). Sum of RGB (Red+Green+Blue) = 52+21+8=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #341508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341508 is #CBEAF7. Grayscale: #1C1C1C. Windows color (decimal): -13363960 or 529716. OLE color: 529716.

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

Color convert

RGB 52 21 8 -
CMYK 0 0.60 0.85 0.80
HSL 17.73º 0.73% 0.12% -
HSV(B) 17.73º 0.85% 0.2% -
XYZ 1.73 1.28 0.39 -
YUV 28.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 52 21 8 0 0.60 0.85 0.80 17.73 0.73 0.12
Hex 34 15 8 0 3C 55 50 12 49 C
Octal 64 25 10 0 74 125 120 22 111 14
Binary 110100 10101 1000 0 111100 1010101 1010000 10010 1001001 1100

Color Harmonies of #341508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341508

Black with #341508

Text Example


Text Example

White with #341508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341508; }

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

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

background-color css

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

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

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

border-color css

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

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

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