Html Css Color HEX #341702 Brown Pod

📋 copy color: '#341702'

red 52 ◦ green 23 ◦ blue 2

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

Shades of Brown Pod #341702

Tints of Brown Pod #341702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.6%

R = 67.53%
G = 29.87%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#341702 (or 0x341702) is known color: Brown Pod. HEX triplet: 34, 17 and 02. RGB value is (52,23,2). Sum of RGB (Red+Green+Blue) = 52+23+2=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #341702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341702 is #CBE8FD. Grayscale: #1D1D1D. Windows color (decimal): -13363454 or 137012. OLE color: 137012.

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

Color convert

RGB 52 23 2 -
CMYK 0 0.56 0.96 0.80
HSL 25.2º 0.93% 0.11% -
HSV(B) 25.2º 0.96% 0.2% -
XYZ 1.73 1.35 0.23 -
YUV 29.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 52 23 2 0 0.56 0.96 0.80 25.2 0.93 0.11
Hex 34 17 2 0 38 60 50 19 5D B
Octal 64 27 2 0 70 140 120 31 135 13
Binary 110100 10111 10 0 111000 1100000 1010000 11001 1011101 1011

Color Harmonies of #341702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341702

Black with #341702

Text Example


Text Example

White with #341702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341702; }

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

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

background-color css

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

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

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

border-color css

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

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

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