Html Css Color HEX #502002 Baker's Chocolate

📋 copy color: '#502002'

red 80 ◦ green 32 ◦ blue 2

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

Shades of Baker's Chocolate #502002

Tints of Baker's Chocolate #502002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.07%

 BLUE value IS 2 (1.17% from 255) = 1.75%

R = 70.18%
G = 28.07%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#502002 (or 0x502002) is known color: Baker's Chocolate. HEX triplet: 50, 20 and 02. RGB value is (80,32,2). Sum of RGB (Red+Green+Blue) = 80+32+2=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #502002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502002 is #AFDFFD. Grayscale: #2B2B2B. Windows color (decimal): -11526142 or 139344. OLE color: 139344.

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

Color convert

RGB 80 32 2 -
CMYK 0 0.60 0.98 0.69
HSL 23.08º 0.95% 0.16% -
HSV(B) 23.08º 0.98% 0.31% -
XYZ 3.84 2.74 0.38 -
YUV 42.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 80 32 2 0 0.60 0.98 0.69 23.08 0.95 0.16
Hex 50 20 2 0 3C 62 45 17 5F 10
Octal 120 40 2 0 74 142 105 27 137 20
Binary 1010000 100000 10 0 111100 1100010 1000101 10111 1011111 10000

Color Harmonies of #502002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502002

Black with #502002

Text Example


Text Example

White with #502002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502002; }

 p { color: rgb(80,32,2); }

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

background-color css

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

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

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

border-color css

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

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

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