Html Css Color HEX #341701 Brown Pod

📋 copy color: '#341701'

red 52 ◦ green 23 ◦ blue 1

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

Shades of Brown Pod #341701

Tints of Brown Pod #341701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 30.26%

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

R = 68.42%
G = 30.26%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#341701 (or 0x341701) is known color: Brown Pod. HEX triplet: 34, 17 and 01. RGB value is (52,23,1). Sum of RGB (Red+Green+Blue) = 52+23+1=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #341701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341701 is #CBE8FE. Grayscale: #1D1D1D. Windows color (decimal): -13363455 or 71476. OLE color: 71476.

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

Color convert

RGB 52 23 1 -
CMYK 0 0.56 0.98 0.80
HSL 25.88º 0.96% 0.1% -
HSV(B) 25.88º 0.98% 0.2% -
XYZ 1.73 1.35 0.2 -
YUV 29.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 52 23 1 0 0.56 0.98 0.80 25.88 0.96 0.1
Hex 34 17 1 0 38 62 50 1A 60 A
Octal 64 27 1 0 70 142 120 32 140 12
Binary 110100 10111 1 0 111000 1100010 1010000 11010 1100000 1010

Color Harmonies of #341701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341701

Black with #341701

Text Example


Text Example

White with #341701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341701; }

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

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

background-color css

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

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

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

border-color css

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

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

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