Html Css Color HEX #342725 Livid Brown

📋 copy color: '#342725'

red 52 ◦ green 39 ◦ blue 37

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

Shades of Livid Brown #342725

Tints of Livid Brown #342725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.47%

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

R = 40.63%
G = 30.47%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#342725 (or 0x342725) is known color: Livid Brown. HEX triplet: 34, 27 and 25. RGB value is (52,39,37). Sum of RGB (Red+Green+Blue) = 52+39+37=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #342725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342725 is #CBD8DA. Grayscale: #2A2A2A. Windows color (decimal): -13359323 or 2434868. OLE color: 2434868.

HSL color Cylindrical-coordinate representation of color #342725: hue angle of 8º 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 #342725 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 39 37 -
CMYK 0 0.25 0.29 0.80
HSL 0.17% 0.17% -
HSV(B) 0.29% 0.2% -
XYZ 2.48 2.31 2.07 -
YUV 42.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 52 39 37 0 0.25 0.29 0.80 8 0.17 0.17
Hex 34 27 25 0 19 1D 50 8 11 11
Octal 64 47 45 0 31 35 120 10 21 21
Binary 110100 100111 100101 0 11001 11101 1010000 1000 10001 10001

Color Harmonies of #342725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342725

Black with #342725

Text Example


Text Example

White with #342725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342725; }

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

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

background-color css

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

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

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

border-color css

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

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

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