Html Css Color HEX #502500 Baker's Chocolate

📋 copy color: '#502500'

red 80 ◦ green 37 ◦ blue 0

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

Shades of Baker's Chocolate #502500

Tints of Baker's Chocolate #502500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.38%
G = 31.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#502500 (or 0x502500) is known color: Baker's Chocolate. HEX triplet: 50, 25 and 00. RGB value is (80,37,0). Sum of RGB (Red+Green+Blue) = 80+37+0=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #502500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502500 is #AFDAFF. Grayscale: #2D2D2D. Windows color (decimal): -11524864 or 9552. OLE color: 9552.

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

Color convert

RGB 80 37 0 -
CMYK 0 0.54 1 0.69
HSL 27.75º 1% 0.16% -
HSV(B) 27.75º 1% 0.31% -
XYZ 3.97 3.03 0.38 -
YUV 45.64 102.25 152.51 -
System Red Green Blue C M Y K H S L
Decimal 80 37 0 0 0.54 1 0.69 27.75 1 0.16
Hex 50 25 0 0 36 64 45 1C 64 10
Octal 120 45 0 0 66 144 105 34 144 20
Binary 1010000 100101 0 0 110110 1100100 1000101 11100 1100100 10000

Color Harmonies of #502500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502500

Black with #502500

Text Example


Text Example

White with #502500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502500; }

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

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

background-color css

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

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

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

border-color css

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

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

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