Html Css Color HEX #341912 Brown Pod

📋 copy color: '#341912'

red 52 ◦ green 25 ◦ blue 18

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

Shades of Brown Pod #341912

Tints of Brown Pod #341912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.32%

 BLUE value IS 18 (7.42% from 255) = 18.95%

R = 54.74%
G = 26.32%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#341912 (or 0x341912) is known color: Brown Pod. HEX triplet: 34, 19 and 12. RGB value is (52,25,18). Sum of RGB (Red+Green+Blue) = 52+25+18=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #341912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341912 is #CBE6ED. Grayscale: #202020. Windows color (decimal): -13362926 or 1186100. OLE color: 1186100.

HSL color Cylindrical-coordinate representation of color #341912: hue angle of 12.35º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341912 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 25 18 -
CMYK 0 0.52 0.65 0.80
HSL 12.35º 0.49% 0.14% -
HSV(B) 12.35º 0.65% 0.2% -
XYZ 1.87 1.47 0.76 -
YUV 32.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 52 25 18 0 0.52 0.65 0.80 12.35 0.49 0.14
Hex 34 19 12 0 34 41 50 C 31 E
Octal 64 31 22 0 64 101 120 14 61 16
Binary 110100 11001 10010 0 110100 1000001 1010000 1100 110001 1110

Color Harmonies of #341912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341912

Black with #341912

Text Example


Text Example

White with #341912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341912; }

 p { color: rgb(52,25,18); }

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

background-color css

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

 a { background-color: rgb(52,25,18); }

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

border-color css

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

 span { border-color: rgb(52,25,18); }

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