Html Css Color HEX #502504 Baker's Chocolate

📋 copy color: '#502504'

red 80 ◦ green 37 ◦ blue 4

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

Shades of Baker's Chocolate #502504

Tints of Baker's Chocolate #502504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.31%

R = 66.12%
G = 30.58%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#502504 (or 0x502504) is known color: Baker's Chocolate. HEX triplet: 50, 25 and 04. RGB value is (80,37,4). Sum of RGB (Red+Green+Blue) = 80+37+4=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #502504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502504 is #AFDAFB. Grayscale: #2E2E2E. Windows color (decimal): -11524860 or 271696. OLE color: 271696.

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

Color convert

RGB 80 37 4 -
CMYK 0 0.54 0.95 0.69
HSL 26.05º 0.9% 0.16% -
HSV(B) 26.05º 0.95% 0.31% -
XYZ 3.99 3.04 0.49 -
YUV 46.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 80 37 4 0 0.54 0.95 0.69 26.05 0.9 0.16
Hex 50 25 4 0 36 5F 45 1A 5A 10
Octal 120 45 4 0 66 137 105 32 132 20
Binary 1010000 100101 100 0 110110 1011111 1000101 11010 1011010 10000

Color Harmonies of #502504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502504

Black with #502504

Text Example


Text Example

White with #502504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502504; }

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

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

background-color css

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

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

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

border-color css

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

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

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