Html Css Color HEX #342000 Cocoa Brown

📋 copy color: '#342000'

red 52 ◦ green 32 ◦ blue 0

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

Shades of Cocoa Brown #342000

Tints of Cocoa Brown #342000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 38.1%

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

R = 61.9%
G = 38.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#342000 (or 0x342000) is known color: Cocoa Brown. HEX triplet: 34, 20 and 00. RGB value is (52,32,0). Sum of RGB (Red+Green+Blue) = 52+32+0=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #342000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342000 is #CBDFFF. Grayscale: #222222. Windows color (decimal): -13361152 or 8244. OLE color: 8244.

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

Color convert

RGB 52 32 0 -
CMYK 0 0.38 1 0.80
HSL 36.92º 1% 0.1% -
HSV(B) 36.92º 1% 0.2% -
XYZ 1.93 1.76 0.24 -
YUV 34.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 52 32 0 0 0.38 1 0.80 36.92 1 0.1
Hex 34 20 0 0 26 64 50 25 64 A
Octal 64 40 0 0 46 144 120 45 144 12
Binary 110100 100000 0 0 100110 1100100 1010000 100101 1100100 1010

Color Harmonies of #342000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342000

Black with #342000

Text Example


Text Example

White with #342000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342000; }

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

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

background-color css

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

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

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

border-color css

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

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

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