Html Css Color HEX #342318 Cocoa Brown

📋 copy color: '#342318'

red 52 ◦ green 35 ◦ blue 24

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

Shades of Cocoa Brown #342318

Tints of Cocoa Brown #342318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.53%

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

R = 46.85%
G = 31.53%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#342318 (or 0x342318) is known color: Cocoa Brown. HEX triplet: 34, 23 and 18. RGB value is (52,35,24). Sum of RGB (Red+Green+Blue) = 52+35+24=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #342318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342318 is #CBDCE7. Grayscale: #262626. Windows color (decimal): -13360360 or 1581876. OLE color: 1581876.

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

Color convert

RGB 52 35 24 -
CMYK 0 0.33 0.54 0.80
HSL 23.57º 0.37% 0.15% -
HSV(B) 23.57º 0.54% 0.2% -
XYZ 2.18 2 1.13 -
YUV 38.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 52 35 24 0 0.33 0.54 0.80 23.57 0.37 0.15
Hex 34 23 18 0 21 36 50 18 25 F
Octal 64 43 30 0 41 66 120 30 45 17
Binary 110100 100011 11000 0 100001 110110 1010000 11000 100101 1111

Color Harmonies of #342318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342318

Black with #342318

Text Example


Text Example

White with #342318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342318; }

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

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

background-color css

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

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

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

border-color css

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

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

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