Html Css Color HEX #502B00 Baker's Chocolate

📋 copy color: '#502B00'

red 80 ◦ green 43 ◦ blue 0

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

Shades of Baker's Chocolate #502B00

Tints of Baker's Chocolate #502B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.96%

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

R = 65.04%
G = 34.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#502B00 (or 0x502B00) is known color: Baker's Chocolate. HEX triplet: 50, 2B and 00. RGB value is (80,43,0). Sum of RGB (Red+Green+Blue) = 80+43+0=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #502B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B00 is #AFD4FF. Grayscale: #313131. Windows color (decimal): -11523328 or 11088. OLE color: 11088.

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

Color convert

RGB 80 43 0 -
CMYK 0 0.46 1 0.69
HSL 32.25º 1% 0.16% -
HSV(B) 32.25º 1% 0.31% -
XYZ 4.17 3.43 0.44 -
YUV 49.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 80 43 0 0 0.46 1 0.69 32.25 1 0.16
Hex 50 2B 0 0 2E 64 45 20 64 10
Octal 120 53 0 0 56 144 105 40 144 20
Binary 1010000 101011 0 0 101110 1100100 1000101 100000 1100100 10000

Color Harmonies of #502B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B00

Black with #502B00

Text Example


Text Example

White with #502B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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