Html Css Color HEX #342200 Cocoa Brown

📋 copy color: '#342200'

red 52 ◦ green 34 ◦ blue 0

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

Shades of Cocoa Brown #342200

Tints of Cocoa Brown #342200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.47%
G = 39.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#342200 (or 0x342200) is known color: Cocoa Brown. HEX triplet: 34, 22 and 00. RGB value is (52,34,0). Sum of RGB (Red+Green+Blue) = 52+34+0=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #342200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342200 is #CBDDFF. Grayscale: #232323. Windows color (decimal): -13360640 or 8756. OLE color: 8756.

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

Color convert

RGB 52 34 0 -
CMYK 0 0.35 1 0.80
HSL 39.23º 1% 0.1% -
HSV(B) 39.23º 1% 0.2% -
XYZ 1.99 1.87 0.26 -
YUV 35.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 52 34 0 0 0.35 1 0.80 39.23 1 0.1
Hex 34 22 0 0 23 64 50 27 64 A
Octal 64 42 0 0 43 144 120 47 144 12
Binary 110100 100010 0 0 100011 1100100 1010000 100111 1100100 1010

Color Harmonies of #342200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342200

Black with #342200

Text Example


Text Example

White with #342200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342200; }

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

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

background-color css

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

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

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

border-color css

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

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

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