Html Css Color HEX #342825 Livid Brown

📋 copy color: '#342825'

red 52 ◦ green 40 ◦ blue 37

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

Shades of Livid Brown #342825

Tints of Livid Brown #342825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.01%

 BLUE value IS 37 (14.84% from 255) = 28.68%

R = 40.31%
G = 31.01%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#342825 (or 0x342825) is known color: Livid Brown. HEX triplet: 34, 28 and 25. RGB value is (52,40,37). Sum of RGB (Red+Green+Blue) = 52+40+37=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #342825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342825 is #CBD7DA. Grayscale: #2B2B2B. Windows color (decimal): -13359067 or 2435124. OLE color: 2435124.

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

Color convert

RGB 52 40 37 -
CMYK 0 0.23 0.29 0.80
HSL 12º 0.17% 0.17% -
HSV(B) 12º 0.29% 0.2% -
XYZ 2.51 2.38 2.08 -
YUV 43.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 52 40 37 0 0.23 0.29 0.80 12 0.17 0.17
Hex 34 28 25 0 17 1D 50 C 11 11
Octal 64 50 45 0 27 35 120 14 21 21
Binary 110100 101000 100101 0 10111 11101 1010000 1100 10001 10001

Color Harmonies of #342825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342825

Black with #342825

Text Example


Text Example

White with #342825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342825; }

 p { color: rgb(52,40,37); }

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

background-color css

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

 a { background-color: rgb(52,40,37); }

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

border-color css

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

 span { border-color: rgb(52,40,37); }

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