Html Css Color HEX #503333 Cocoa Bean

📋 copy color: '#503333'

red 80 ◦ green 51 ◦ blue 51

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

Shades of Cocoa Bean #503333

Tints of Cocoa Bean #503333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 43.96%
G = 28.02%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#503333 (or 0x503333) is known color: Cocoa Bean. HEX triplet: 50, 33 and 33. RGB value is (80,51,51). Sum of RGB (Red+Green+Blue) = 80+51+51=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #503333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503333 is #AFCCCC. Grayscale: #3B3B3B. Windows color (decimal): -11521229 or 3355472. OLE color: 3355472.

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

Color convert

RGB 80 51 51 -
CMYK 0 0.36 0.36 0.69
HSL 0.22% 0.26% -
HSV(B) 0.36% 0.31% -
XYZ 5.09 4.31 3.7 -
YUV 59.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 80 51 51 0 0.36 0.36 0.69 0 0.22 0.26
Hex 50 33 33 0 24 24 45 0 16 1A
Octal 120 63 63 0 44 44 105 0 26 32
Binary 1010000 110011 110011 0 100100 100100 1000101 0 10110 11010

Color Harmonies of #503333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503333

Black with #503333

Text Example


Text Example

White with #503333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503333; }

 p { color: rgb(80,51,51); }

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

background-color css

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

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

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

border-color css

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

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

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