Html Css Color HEX #341601 Brown Pod

📋 copy color: '#341601'

red 52 ◦ green 22 ◦ blue 1

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

Shades of Brown Pod #341601

Tints of Brown Pod #341601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 29.33%

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

R = 69.33%
G = 29.33%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#341601 (or 0x341601) is known color: Brown Pod. HEX triplet: 34, 16 and 01. RGB value is (52,22,1). Sum of RGB (Red+Green+Blue) = 52+22+1=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #341601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341601 is #CBE9FE. Grayscale: #1C1C1C. Windows color (decimal): -13363711 or 71220. OLE color: 71220.

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

Color convert

RGB 52 22 1 -
CMYK 0 0.58 0.98 0.80
HSL 24.71º 0.96% 0.1% -
HSV(B) 24.71º 0.98% 0.2% -
XYZ 1.71 1.31 0.19 -
YUV 28.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 52 22 1 0 0.58 0.98 0.80 24.71 0.96 0.1
Hex 34 16 1 0 3A 62 50 19 60 A
Octal 64 26 1 0 72 142 120 31 140 12
Binary 110100 10110 1 0 111010 1100010 1010000 11001 1100000 1010

Color Harmonies of #341601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341601

Black with #341601

Text Example


Text Example

White with #341601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341601; }

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

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

background-color css

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

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

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

border-color css

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

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

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