Html Css Color HEX #341C0C Brown Pod

📋 copy color: '#341C0C'

red 52 ◦ green 28 ◦ blue 12

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

Shades of Brown Pod #341C0C

Tints of Brown Pod #341C0C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.43%

 BLUE value IS 12 (5.08% from 255) = 13.04%

R = 56.52%
G = 30.43%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.80

RGB Variations

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

Color information

#341C0C (or 0x341C0C) is known color: Brown Pod. HEX triplet: 34, 1C and 0C. RGB value is (52,28,12). Sum of RGB (Red+Green+Blue) = 52+28+12=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #341C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C0C is #CBE3F3. Grayscale: #212121. Windows color (decimal): -13362164 or 793652. OLE color: 793652.

HSL color Cylindrical-coordinate representation of color #341C0C: hue angle of 24º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341C0C is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 28 12 -
CMYK 0 0.46 0.77 0.80
HSL 24º 0.63% 0.13% -
HSV(B) 24º 0.77% 0.2% -
XYZ 1.9 1.59 0.55 -
YUV 33.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 52 28 12 0 0.46 0.77 0.80 24 0.63 0.13
Hex 34 1C C 0 2E 4D 50 18 3E D
Octal 64 34 14 0 56 115 120 30 76 15
Binary 110100 11100 1100 0 101110 1001101 1010000 11000 111110 1101

Color Harmonies of #341C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C0C

Black with #341C0C

Text Example


Text Example

White with #341C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341C0C; }

 p { color: rgb(52,28,12); }

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

background-color css

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

 a { background-color: rgb(52,28,12); }

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

border-color css

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

 span { border-color: rgb(52,28,12); }

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