Html Css Color HEX #342315 Cocoa Brown

📋 copy color: '#342315'

red 52 ◦ green 35 ◦ blue 21

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

Shades of Cocoa Brown #342315

Tints of Cocoa Brown #342315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.44%

R = 48.15%
G = 32.41%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#342315 (or 0x342315) is known color: Cocoa Brown. HEX triplet: 34, 23 and 15. RGB value is (52,35,21). Sum of RGB (Red+Green+Blue) = 52+35+21=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #342315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342315 is #CBDCEA. Grayscale: #262626. Windows color (decimal): -13360363 or 1385268. OLE color: 1385268.

HSL color Cylindrical-coordinate representation of color #342315: hue angle of 27.1º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342315 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 35 21 -
CMYK 0 0.33 0.60 0.80
HSL 27.1º 0.42% 0.14% -
HSV(B) 27.1º 0.6% 0.2% -
XYZ 2.15 1.99 0.98 -
YUV 38.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 52 35 21 0 0.33 0.60 0.80 27.1 0.42 0.14
Hex 34 23 15 0 21 3C 50 1B 2A E
Octal 64 43 25 0 41 74 120 33 52 16
Binary 110100 100011 10101 0 100001 111100 1010000 11011 101010 1110

Color Harmonies of #342315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342315

Black with #342315

Text Example


Text Example

White with #342315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342315; }

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

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

background-color css

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

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

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

border-color css

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

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

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