Html Css Color HEX #342001 Cocoa Brown

📋 copy color: '#342001'

red 52 ◦ green 32 ◦ blue 1

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

Shades of Cocoa Brown #342001

Tints of Cocoa Brown #342001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.18%

R = 61.18%
G = 37.65%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#342001 (or 0x342001) is known color: Cocoa Brown. HEX triplet: 34, 20 and 01. RGB value is (52,32,1). Sum of RGB (Red+Green+Blue) = 52+32+1=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #342001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342001 is #CBDFFE. Grayscale: #222222. Windows color (decimal): -13361151 or 73780. OLE color: 73780.

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

Color convert

RGB 52 32 1 -
CMYK 0 0.38 0.98 0.80
HSL 36.47º 0.96% 0.1% -
HSV(B) 36.47º 0.98% 0.2% -
XYZ 1.94 1.77 0.27 -
YUV 34.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 52 32 1 0 0.38 0.98 0.80 36.47 0.96 0.1
Hex 34 20 1 0 26 62 50 24 60 A
Octal 64 40 1 0 46 142 120 44 140 12
Binary 110100 100000 1 0 100110 1100010 1010000 100100 1100000 1010

Color Harmonies of #342001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342001

Black with #342001

Text Example


Text Example

White with #342001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342001; }

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

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

background-color css

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

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

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

border-color css

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

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

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