Html Css Color HEX #502508 Baker's Chocolate

📋 copy color: '#502508'

red 80 ◦ green 37 ◦ blue 8

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

Shades of Baker's Chocolate #502508

Tints of Baker's Chocolate #502508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.4%

R = 64%
G = 29.6%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#502508 (or 0x502508) is known color: Baker's Chocolate. HEX triplet: 50, 25 and 08. RGB value is (80,37,8). Sum of RGB (Red+Green+Blue) = 80+37+8=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #502508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502508 is #AFDAF7. Grayscale: #2E2E2E. Windows color (decimal): -11524856 or 533840. OLE color: 533840.

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

Color convert

RGB 80 37 8 -
CMYK 0 0.54 0.90 0.69
HSL 24.17º 0.82% 0.17% -
HSV(B) 24.17º 0.9% 0.31% -
XYZ 4.01 3.05 0.61 -
YUV 46.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 80 37 8 0 0.54 0.90 0.69 24.17 0.82 0.17
Hex 50 25 8 0 36 5A 45 18 52 11
Octal 120 45 10 0 66 132 105 30 122 21
Binary 1010000 100101 1000 0 110110 1011010 1000101 11000 1010010 10001

Color Harmonies of #502508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502508

Black with #502508

Text Example


Text Example

White with #502508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502508; }

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

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

background-color css

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

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

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

border-color css

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

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

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