Html Css Color HEX #342615 Cocoa Brown

📋 copy color: '#342615'

red 52 ◦ green 38 ◦ blue 21

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

Shades of Cocoa Brown #342615

Tints of Cocoa Brown #342615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.23%

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

R = 46.85%
G = 34.23%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#342615 (or 0x342615) is known color: Cocoa Brown. HEX triplet: 34, 26 and 15. RGB value is (52,38,21). Sum of RGB (Red+Green+Blue) = 52+38+21=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #342615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342615 is #CBD9EA. Grayscale: #282828. Windows color (decimal): -13359595 or 1386036. OLE color: 1386036.

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

Color convert

RGB 52 38 21 -
CMYK 0 0.27 0.60 0.80
HSL 32.9º 0.42% 0.14% -
HSV(B) 32.9º 0.6% 0.2% -
XYZ 2.24 2.17 1.01 -
YUV 40.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 52 38 21 0 0.27 0.60 0.80 32.9 0.42 0.14
Hex 34 26 15 0 1B 3C 50 21 2A E
Octal 64 46 25 0 33 74 120 41 52 16
Binary 110100 100110 10101 0 11011 111100 1010000 100001 101010 1110

Color Harmonies of #342615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342615

Black with #342615

Text Example


Text Example

White with #342615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342615; }

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

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

background-color css

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

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

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

border-color css

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

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

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