Html Css Color HEX #502900 Baker's Chocolate

📋 copy color: '#502900'

red 80 ◦ green 41 ◦ blue 0

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

Shades of Baker's Chocolate #502900

Tints of Baker's Chocolate #502900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.88%

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

R = 66.12%
G = 33.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#502900 (or 0x502900) is known color: Baker's Chocolate. HEX triplet: 50, 29 and 00. RGB value is (80,41,0). Sum of RGB (Red+Green+Blue) = 80+41+0=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #502900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502900 is #AFD6FF. Grayscale: #303030. Windows color (decimal): -11523840 or 10576. OLE color: 10576.

HSL color Cylindrical-coordinate representation of color #502900: hue angle of 30.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 #502900 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 0 -
CMYK 0 0.49 1 0.69
HSL 30.75º 1% 0.16% -
HSV(B) 30.75º 1% 0.31% -
XYZ 4.1 3.29 0.42 -
YUV 47.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 80 41 0 0 0.49 1 0.69 30.75 1 0.16
Hex 50 29 0 0 31 64 45 1F 64 10
Octal 120 51 0 0 61 144 105 37 144 20
Binary 1010000 101001 0 0 110001 1100100 1000101 11111 1100100 10000

Color Harmonies of #502900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502900

Black with #502900

Text Example


Text Example

White with #502900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502900; }

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

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

background-color css

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

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

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

border-color css

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

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

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