#503534

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

Shades of Cocoa Bean #503534

Tints of Cocoa Bean #503534

Color information

#503534 (or 0x503534) is unknown color: approx Cocoa Bean. HEX triplet: 50, 35 and 34. RGB value is (80,53,52). Sum of RGB (Red+Green+Blue) = 80+53+52=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503534 is #AFCACB. Grayscale: #3C3C3C. Windows color (decimal): -11520716 or 3421520. OLE color: 3421520.

HSL color Cylindrical-coordinate representation of color #503534: hue angle of 2.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503534 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB805352-
CMYK00.340.350.69
HSL2.14º21.21%25.88%-
HSV(B)2.14º35%31.37%-
XYZ5.24.53.84-
YUV60.96122.95141.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 52 (20.70% from 255) = 28.11%
R=43.24%
G=28.65%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80535200.340.350.692.1421.2125.88
Hex50353402223452151a
Octal12065640424310522532
Binary101000011010111010001000101000111000101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503534; }

 p { color: rgb(80,53,52); }

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

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

 a { background-color: rgb(80,53,52); }

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

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

 span { border-color: rgb(80,53,52); }

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