Html Css Color HEX #502401 Baker's Chocolate

📋 copy color: '#502401'

red 80 ◦ green 36 ◦ blue 1

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

Shades of Baker's Chocolate #502401

Tints of Baker's Chocolate #502401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.77%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 68.38%
G = 30.77%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#502401 (or 0x502401) is known color: Baker's Chocolate. HEX triplet: 50, 24 and 01. RGB value is (80,36,1). Sum of RGB (Red+Green+Blue) = 80+36+1=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #502401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502401 is #AFDBFE. Grayscale: #2D2D2D. Windows color (decimal): -11525119 or 74832. OLE color: 74832.

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

Color convert

RGB 80 36 1 -
CMYK 0 0.55 0.99 0.69
HSL 26.58º 0.98% 0.16% -
HSV(B) 26.58º 0.99% 0.31% -
XYZ 3.94 2.97 0.39 -
YUV 45.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 80 36 1 0 0.55 0.99 0.69 26.58 0.98 0.16
Hex 50 24 1 0 37 63 45 1B 62 10
Octal 120 44 1 0 67 143 105 33 142 20
Binary 1010000 100100 1 0 110111 1100011 1000101 11011 1100010 10000

Color Harmonies of #502401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502401

Black with #502401

Text Example


Text Example

White with #502401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502401; }

 p { color: rgb(80,36,1); }

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

background-color css

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

 a { background-color: rgb(80,36,1); }

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

border-color css

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

 span { border-color: rgb(80,36,1); }

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