Html Css Color HEX #503631 Cocoa Bean

📋 copy color: '#503631'

red 80 ◦ green 54 ◦ blue 49

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

Shades of Cocoa Bean #503631

Tints of Cocoa Bean #503631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.51%

 BLUE value IS 49 (19.53% from 255) = 26.78%

R = 43.72%
G = 29.51%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#503631 (or 0x503631) is known color: Cocoa Bean. HEX triplet: 50, 36 and 31. RGB value is (80,54,49). Sum of RGB (Red+Green+Blue) = 80+54+49=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #503631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503631 is #AFC9CE. Grayscale: #3D3D3D. Windows color (decimal): -11520463 or 3225168. OLE color: 3225168.

HSL color Cylindrical-coordinate representation of color #503631: hue angle of 9.68º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503631 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 54 49 -
CMYK 0 0.33 0.39 0.69
HSL 9.68º 0.24% 0.25% -
HSV(B) 9.68º 0.39% 0.31% -
XYZ 5.18 4.57 3.51 -
YUV 61.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 80 54 49 0 0.33 0.39 0.69 9.68 0.24 0.25
Hex 50 36 31 0 21 27 45 A 18 19
Octal 120 66 61 0 41 47 105 12 30 31
Binary 1010000 110110 110001 0 100001 100111 1000101 1010 11000 11001

Color Harmonies of #503631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503631

Black with #503631

Text Example


Text Example

White with #503631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503631; }

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

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

background-color css

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

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

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

border-color css

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

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

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