Html Css Color HEX #342115 Cocoa Brown

📋 copy color: '#342115'

red 52 ◦ green 33 ◦ blue 21

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

Shades of Cocoa Brown #342115

Tints of Cocoa Brown #342115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.13%

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

R = 49.06%
G = 31.13%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#342115 (or 0x342115) is known color: Cocoa Brown. HEX triplet: 34, 21 and 15. RGB value is (52,33,21). Sum of RGB (Red+Green+Blue) = 52+33+21=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #342115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342115 is #CBDEEA. Grayscale: #252525. Windows color (decimal): -13360875 or 1384756. OLE color: 1384756.

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

Color convert

RGB 52 33 21 -
CMYK 0 0.37 0.60 0.80
HSL 23.23º 0.42% 0.14% -
HSV(B) 23.23º 0.6% 0.2% -
XYZ 2.1 1.87 0.96 -
YUV 37.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 52 33 21 0 0.37 0.60 0.80 23.23 0.42 0.14
Hex 34 21 15 0 25 3C 50 17 2A E
Octal 64 41 25 0 45 74 120 27 52 16
Binary 110100 100001 10101 0 100101 111100 1010000 10111 101010 1110

Color Harmonies of #342115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342115

Black with #342115

Text Example


Text Example

White with #342115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342115; }

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

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

background-color css

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

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

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

border-color css

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

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

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