Html Css Color HEX #342213 Cocoa Brown

📋 copy color: '#342213'

red 52 ◦ green 34 ◦ blue 19

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

Shades of Cocoa Brown #342213

Tints of Cocoa Brown #342213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.38%

 BLUE value IS 19 (7.81% from 255) = 18.1%

R = 49.52%
G = 32.38%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#342213 (or 0x342213) is known color: Cocoa Brown. HEX triplet: 34, 22 and 13. RGB value is (52,34,19). Sum of RGB (Red+Green+Blue) = 52+34+19=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #342213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342213 is #CBDDEC. Grayscale: #252525. Windows color (decimal): -13360621 or 1253940. OLE color: 1253940.

HSL color Cylindrical-coordinate representation of color #342213: hue angle of 27.27º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342213 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 34 19 -
CMYK 0 0.35 0.63 0.80
HSL 27.27º 0.46% 0.14% -
HSV(B) 27.27º 0.63% 0.2% -
XYZ 2.11 1.92 0.88 -
YUV 37.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 52 34 19 0 0.35 0.63 0.80 27.27 0.46 0.14
Hex 34 22 13 0 23 3F 50 1B 2E E
Octal 64 42 23 0 43 77 120 33 56 16
Binary 110100 100010 10011 0 100011 111111 1010000 11011 101110 1110

Color Harmonies of #342213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342213

Black with #342213

Text Example


Text Example

White with #342213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342213; }

 p { color: rgb(52,34,19); }

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

background-color css

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

 a { background-color: rgb(52,34,19); }

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

border-color css

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

 span { border-color: rgb(52,34,19); }

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