Html Css Color HEX #501F02 Baker's Chocolate

📋 copy color: '#501F02'

red 80 ◦ green 31 ◦ blue 2

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

Shades of Baker's Chocolate #501F02

Tints of Baker's Chocolate #501F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.43%

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

R = 70.8%
G = 27.43%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#501F02 (or 0x501F02) is known color: Baker's Chocolate. HEX triplet: 50, 1F and 02. RGB value is (80,31,2). Sum of RGB (Red+Green+Blue) = 80+31+2=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #501F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F02 is #AFE0FD. Grayscale: #2A2A2A. Windows color (decimal): -11526398 or 139088. OLE color: 139088.

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

Color convert

RGB 80 31 2 -
CMYK 0 0.61 0.98 0.69
HSL 22.31º 0.95% 0.16% -
HSV(B) 22.31º 0.98% 0.31% -
XYZ 3.81 2.69 0.38 -
YUV 42.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 80 31 2 0 0.61 0.98 0.69 22.31 0.95 0.16
Hex 50 1F 2 0 3D 62 45 16 5F 10
Octal 120 37 2 0 75 142 105 26 137 20
Binary 1010000 11111 10 0 111101 1100010 1000101 10110 1011111 10000

Color Harmonies of #501F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F02

Black with #501F02

Text Example


Text Example

White with #501F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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