#342100

Color #342100 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #342100

Tints of Cocoa Brown #342100

Color information

#342100 (or 0x342100) is unknown color: approx Cocoa Brown. HEX triplet: 34, 21 and 00. RGB value is (52,33,0). Sum of RGB (Red+Green+Blue) = 52+33+0=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #342100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342100 is #CBDEFF. Grayscale: #232323. Windows color (decimal): -13360896 or 8500. OLE color: 8500.

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

Color convert

RGB52330-
CMYK00.3710.80
HSL38.08º100%10.2%-
HSV(B)38.08º100%20.39%-
XYZ1.961.820.25-
YUV34.92108.29140.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.18%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.18%
G=38.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5233000.3710.8038.0810010.2
Hex3421002564502664a
Octal644100451441204614412
Binary110100100001001001011100100101000010011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342100; }

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

 H1.HeaderClassName
 {
   color: #342100;
 }
 .AnyTagClassName
 {
   color: #342100;
 }
</style>
background-color css

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

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

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

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

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

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