Html Css Color HEX #501D02 Baker's Chocolate

📋 copy color: '#501D02'

red 80 ◦ green 29 ◦ blue 2

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

Shades of Baker's Chocolate #501D02

Tints of Baker's Chocolate #501D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.13%

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

R = 72.07%
G = 26.13%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#501D02 (or 0x501D02) is known color: Baker's Chocolate. HEX triplet: 50, 1D and 02. RGB value is (80,29,2). Sum of RGB (Red+Green+Blue) = 80+29+2=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #501D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D02 is #AFE2FD. Grayscale: #292929. Windows color (decimal): -11526910 or 138576. OLE color: 138576.

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

Color convert

RGB 80 29 2 -
CMYK 0 0.64 0.98 0.69
HSL 20.77º 0.95% 0.16% -
HSV(B) 20.77º 0.98% 0.31% -
XYZ 3.76 2.59 0.36 -
YUV 41.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 80 29 2 0 0.64 0.98 0.69 20.77 0.95 0.16
Hex 50 1D 2 0 40 62 45 15 5F 10
Octal 120 35 2 0 100 142 105 25 137 20
Binary 1010000 11101 10 0 1000000 1100010 1000101 10101 1011111 10000

Color Harmonies of #501D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D02

Black with #501D02

Text Example


Text Example

White with #501D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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