Html Css Color HEX #342518 Cocoa Brown

📋 copy color: '#342518'

red 52 ◦ green 37 ◦ blue 24

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

Shades of Cocoa Brown #342518

Tints of Cocoa Brown #342518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.74%

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

R = 46.02%
G = 32.74%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#342518 (or 0x342518) is known color: Cocoa Brown. HEX triplet: 34, 25 and 18. RGB value is (52,37,24). Sum of RGB (Red+Green+Blue) = 52+37+24=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #342518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342518 is #CBDAE7. Grayscale: #282828. Windows color (decimal): -13359848 or 1582388. OLE color: 1582388.

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

Color convert

RGB 52 37 24 -
CMYK 0 0.29 0.54 0.80
HSL 27.86º 0.37% 0.15% -
HSV(B) 27.86º 0.54% 0.2% -
XYZ 2.24 2.12 1.15 -
YUV 40 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 52 37 24 0 0.29 0.54 0.80 27.86 0.37 0.15
Hex 34 25 18 0 1D 36 50 1C 25 F
Octal 64 45 30 0 35 66 120 34 45 17
Binary 110100 100101 11000 0 11101 110110 1010000 11100 100101 1111

Color Harmonies of #342518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342518

Black with #342518

Text Example


Text Example

White with #342518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342518; }

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

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

background-color css

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

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

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

border-color css

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

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

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