Html Css Color HEX #502C03 Baker's Chocolate

📋 copy color: '#502C03'

red 80 ◦ green 44 ◦ blue 3

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

Shades of Baker's Chocolate #502C03

Tints of Baker's Chocolate #502C03

RGB

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

 GREEN value IS 44 (17.58% from 255) = 34.65%

 BLUE value IS 3 (1.56% from 255) = 2.36%

R = 62.99%
G = 34.65%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#502C03 (or 0x502C03) is known color: Baker's Chocolate. HEX triplet: 50, 2C and 03. RGB value is (80,44,3). Sum of RGB (Red+Green+Blue) = 80+44+3=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #502C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C03 is #AFD3FC. Grayscale: #323232. Windows color (decimal): -11523069 or 207952. OLE color: 207952.

HSL color Cylindrical-coordinate representation of color #502C03: hue angle of 31.95º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #502C03 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 44 3 -
CMYK 0 0.45 0.96 0.69
HSL 31.95º 0.93% 0.16% -
HSV(B) 31.95º 0.96% 0.31% -
XYZ 4.23 3.51 0.54 -
YUV 50.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 80 44 3 0 0.45 0.96 0.69 31.95 0.93 0.16
Hex 50 2C 3 0 2D 60 45 20 5D 10
Octal 120 54 3 0 55 140 105 40 135 20
Binary 1010000 101100 11 0 101101 1100000 1000101 100000 1011101 10000

Color Harmonies of #502C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C03

Black with #502C03

Text Example


Text Example

White with #502C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502C03; }

 p { color: rgb(80,44,3); }

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

background-color css

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

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

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

border-color css

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

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

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