Html Css Color HEX #341100 Brown Pod

📋 copy color: '#341100'

red 52 ◦ green 17 ◦ blue 0

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

Shades of Brown Pod #341100

Tints of Brown Pod #341100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.36%
G = 24.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#341100 (or 0x341100) is known color: Brown Pod. HEX triplet: 34, 11 and 00. RGB value is (52,17,0). Sum of RGB (Red+Green+Blue) = 52+17+0=69 (9% of max value = 765). Red value is 52 (20.70% from 255 or 75.36% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 52 - color contains mainly: red. Hex color #341100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341100 is #CBEEFF. Grayscale: #191919. Windows color (decimal): -13364992 or 4404. OLE color: 4404.

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

Color convert

RGB 52 17 0 -
CMYK 0 0.67 1 0.80
HSL 19.62º 1% 0.1% -
HSV(B) 19.62º 1% 0.2% -
XYZ 1.62 1.13 0.13 -
YUV 25.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 52 17 0 0 0.67 1 0.80 19.62 1 0.1
Hex 34 11 0 0 43 64 50 14 64 A
Octal 64 21 0 0 103 144 120 24 144 12
Binary 110100 10001 0 0 1000011 1100100 1010000 10100 1100100 1010

Color Harmonies of #341100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341100

Black with #341100

Text Example


Text Example

White with #341100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341100; }

 p { color: rgb(52,17,0); }

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

background-color css

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

 a { background-color: rgb(52,17,0); }

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

border-color css

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

 span { border-color: rgb(52,17,0); }

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