#503834

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

Shades of Cocoa Bean #503834

Tints of Cocoa Bean #503834

Color information

#503834 (or 0x503834) is unknown color: approx Cocoa Bean. HEX triplet: 50, 38 and 34. RGB value is (80,56,52). Sum of RGB (Red+Green+Blue) = 80+56+52=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #503834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503834 is #AFC7CB. Grayscale: #3E3E3E. Windows color (decimal): -11519948 or 3422288. OLE color: 3422288.

HSL color Cylindrical-coordinate representation of color #503834: hue angle of 8.57º 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 #503834 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB805652-
CMYK00.300.350.69
HSL8.57º21.21%25.88%-
HSV(B)8.57º35%31.37%-
XYZ5.344.783.89-
YUV62.72121.95140.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 56 (22.27% from 255) = 29.79%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=42.55%
G=29.79%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80565200.300.350.698.5721.2125.88
Hex50383401E23459151a
Octal120706403643105112532
Binary1010000111000110100011110100011100010110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503834; }

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

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

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

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

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

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

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

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