Html Css Color HEX #342515 Cocoa Brown

📋 copy color: '#342515'

red 52 ◦ green 37 ◦ blue 21

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

Shades of Cocoa Brown #342515

Tints of Cocoa Brown #342515

RGB

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

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

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

R = 47.27%
G = 33.64%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#342515 (or 0x342515) is known color: Cocoa Brown. HEX triplet: 34, 25 and 15. RGB value is (52,37,21). Sum of RGB (Red+Green+Blue) = 52+37+21=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #342515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342515 is #CBDAEA. Grayscale: #272727. Windows color (decimal): -13359851 or 1385780. OLE color: 1385780.

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

Color convert

RGB 52 37 21 -
CMYK 0 0.29 0.60 0.80
HSL 30.97º 0.42% 0.14% -
HSV(B) 30.97º 0.6% 0.2% -
XYZ 2.21 2.11 1 -
YUV 39.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 52 37 21 0 0.29 0.60 0.80 30.97 0.42 0.14
Hex 34 25 15 0 1D 3C 50 1F 2A E
Octal 64 45 25 0 35 74 120 37 52 16
Binary 110100 100101 10101 0 11101 111100 1010000 11111 101010 1110

Color Harmonies of #342515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342515

Black with #342515

Text Example


Text Example

White with #342515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342515; }

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

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

background-color css

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

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

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

border-color css

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

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

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