Html Css Color HEX #502505 Baker's Chocolate

📋 copy color: '#502505'

red 80 ◦ green 37 ◦ blue 5

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

Shades of Baker's Chocolate #502505

Tints of Baker's Chocolate #502505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.1%

R = 65.57%
G = 30.33%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#502505 (or 0x502505) is known color: Baker's Chocolate. HEX triplet: 50, 25 and 05. RGB value is (80,37,5). Sum of RGB (Red+Green+Blue) = 80+37+5=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #502505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502505 is #AFDAFA. Grayscale: #2E2E2E. Windows color (decimal): -11524859 or 337232. OLE color: 337232.

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

Color convert

RGB 80 37 5 -
CMYK 0 0.54 0.94 0.69
HSL 25.6º 0.88% 0.17% -
HSV(B) 25.6º 0.94% 0.31% -
XYZ 4 3.04 0.52 -
YUV 46.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 80 37 5 0 0.54 0.94 0.69 25.6 0.88 0.17
Hex 50 25 5 0 36 5E 45 1A 58 11
Octal 120 45 5 0 66 136 105 32 130 21
Binary 1010000 100101 101 0 110110 1011110 1000101 11010 1011000 10001

Color Harmonies of #502505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502505

Black with #502505

Text Example


Text Example

White with #502505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502505; }

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

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

background-color css

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

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

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

border-color css

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

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

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