Html Css Color HEX #503935 Cocoa Bean

📋 copy color: '#503935'

red 80 ◦ green 57 ◦ blue 53

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

Shades of Cocoa Bean #503935

Tints of Cocoa Bean #503935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30%

 BLUE value IS 53 (21.09% from 255) = 27.89%

R = 42.11%
G = 30%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#503935 (or 0x503935) is known color: Cocoa Bean. HEX triplet: 50, 39 and 35. RGB value is (80,57,53). Sum of RGB (Red+Green+Blue) = 80+57+53=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #503935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503935 is #AFC6CA. Grayscale: #3F3F3F. Windows color (decimal): -11519691 or 3488080. OLE color: 3488080.

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

Color convert

RGB 80 57 53 -
CMYK 0 0.29 0.34 0.69
HSL 8.89º 0.2% 0.26% -
HSV(B) 8.89º 0.34% 0.31% -
XYZ 5.41 4.89 4.03 -
YUV 63.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 80 57 53 0 0.29 0.34 0.69 8.89 0.2 0.26
Hex 50 39 35 0 1D 22 45 9 14 1A
Octal 120 71 65 0 35 42 105 11 24 32
Binary 1010000 111001 110101 0 11101 100010 1000101 1001 10100 11010

Color Harmonies of #503935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503935

Black with #503935

Text Example


Text Example

White with #503935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503935; }

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

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

background-color css

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

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

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

border-color css

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

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

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