Html Css Color HEX #502502 Baker's Chocolate

📋 copy color: '#502502'

red 80 ◦ green 37 ◦ blue 2

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

Shades of Baker's Chocolate #502502

Tints of Baker's Chocolate #502502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

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

R = 67.23%
G = 31.09%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#502502 (or 0x502502) is known color: Baker's Chocolate. HEX triplet: 50, 25 and 02. RGB value is (80,37,2). Sum of RGB (Red+Green+Blue) = 80+37+2=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #502502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502502 is #AFDAFD. Grayscale: #2E2E2E. Windows color (decimal): -11524862 or 140624. OLE color: 140624.

HSL color Cylindrical-coordinate representation of color #502502: hue angle of 26.92º 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 #502502 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 2 -
CMYK 0 0.54 0.98 0.69
HSL 26.92º 0.95% 0.16% -
HSV(B) 26.92º 0.98% 0.31% -
XYZ 3.98 3.03 0.43 -
YUV 45.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 80 37 2 0 0.54 0.98 0.69 26.92 0.95 0.16
Hex 50 25 2 0 36 62 45 1B 5F 10
Octal 120 45 2 0 66 142 105 33 137 20
Binary 1010000 100101 10 0 110110 1100010 1000101 11011 1011111 10000

Color Harmonies of #502502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502502

Black with #502502

Text Example


Text Example

White with #502502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502502; }

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

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

background-color css

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

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

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

border-color css

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

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

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