Html Css Color HEX #503A36 Cocoa Bean

📋 copy color: '#503A36'

red 80 ◦ green 58 ◦ blue 54

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

Shades of Cocoa Bean #503A36

Tints of Cocoa Bean #503A36

RGB

 RED value IS 80 (31.64% from 255) = 41.67%

 GREEN value IS 58 (23.05% from 255) = 30.21%

 BLUE value IS 54 (21.48% from 255) = 28.13%

R = 41.67%
G = 30.21%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#503A36 (or 0x503A36) is known color: Cocoa Bean. HEX triplet: 50, 3A and 36. RGB value is (80,58,54). Sum of RGB (Red+Green+Blue) = 80+58+54=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #503A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A36 is #AFC5C9. Grayscale: #404040. Windows color (decimal): -11519434 or 3553872. OLE color: 3553872.

HSL color Cylindrical-coordinate representation of color #503A36: hue angle of 9.23º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #503A36 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 58 54 -
CMYK 0 0.28 0.33 0.69
HSL 9.23º 0.19% 0.26% -
HSV(B) 9.23º 0.33% 0.31% -
XYZ 5.49 5 4.17 -
YUV 64.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 80 58 54 0 0.28 0.33 0.69 9.23 0.19 0.26
Hex 50 3A 36 0 1C 21 45 9 13 1A
Octal 120 72 66 0 34 41 105 11 23 32
Binary 1010000 111010 110110 0 11100 100001 1000101 1001 10011 11010

Color Harmonies of #503A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503A36

Black with #503A36

Text Example


Text Example

White with #503A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503A36; }

 p { color: rgb(80,58,54); }

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

background-color css

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

 a { background-color: rgb(80,58,54); }

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

border-color css

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

 span { border-color: rgb(80,58,54); }

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