Html Css Color HEX #342018 Brown Pod

📋 copy color: '#342018'

red 52 ◦ green 32 ◦ blue 24

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

Shades of Brown Pod #342018

Tints of Brown Pod #342018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.63%

 BLUE value IS 24 (9.77% from 255) = 22.22%

R = 48.15%
G = 29.63%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#342018 (or 0x342018) is known color: Brown Pod. HEX triplet: 34, 20 and 18. RGB value is (52,32,24). Sum of RGB (Red+Green+Blue) = 52+32+24=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #342018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342018 is #CBDFE7. Grayscale: #252525. Windows color (decimal): -13361128 or 1581108. OLE color: 1581108.

HSL color Cylindrical-coordinate representation of color #342018: hue angle of 17.14º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342018 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 32 24 -
CMYK 0 0.38 0.54 0.80
HSL 17.14º 0.37% 0.15% -
HSV(B) 17.14º 0.54% 0.2% -
XYZ 2.1 1.83 1.11 -
YUV 37.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 52 32 24 0 0.38 0.54 0.80 17.14 0.37 0.15
Hex 34 20 18 0 26 36 50 11 25 F
Octal 64 40 30 0 46 66 120 21 45 17
Binary 110100 100000 11000 0 100110 110110 1010000 10001 100101 1111

Color Harmonies of #342018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342018

Black with #342018

Text Example


Text Example

White with #342018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342018; }

 p { color: rgb(52,32,24); }

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

background-color css

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

 a { background-color: rgb(52,32,24); }

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

border-color css

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

 span { border-color: rgb(52,32,24); }

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