Html Css Color HEX #341201 Brown Pod

📋 copy color: '#341201'

red 52 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #341201

Tints of Brown Pod #341201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

 BLUE value IS 1 (0.78% from 255) = 1.41%

R = 73.24%
G = 25.35%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#341201 (or 0x341201) is known color: Brown Pod. HEX triplet: 34, 12 and 01. RGB value is (52,18,1). Sum of RGB (Red+Green+Blue) = 52+18+1=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #341201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341201 is #CBEDFE. Grayscale: #1A1A1A. Windows color (decimal): -13364735 or 70196. OLE color: 70196.

HSL color Cylindrical-coordinate representation of color #341201: hue angle of 20º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #341201 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 18 1 -
CMYK 0 0.65 0.98 0.80
HSL 20º 0.96% 0.1% -
HSV(B) 20º 0.98% 0.2% -
XYZ 1.64 1.16 0.17 -
YUV 26.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 52 18 1 0 0.65 0.98 0.80 20 0.96 0.1
Hex 34 12 1 0 41 62 50 14 60 A
Octal 64 22 1 0 101 142 120 24 140 12
Binary 110100 10010 1 0 1000001 1100010 1010000 10100 1100000 1010

Color Harmonies of #341201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341201

Black with #341201

Text Example


Text Example

White with #341201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341201; }

 p { color: rgb(52,18,1); }

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

background-color css

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

 a { background-color: rgb(52,18,1); }

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

border-color css

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

 span { border-color: rgb(52,18,1); }

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