Html Css Color HEX #502F00 Baker's Chocolate

📋 copy color: '#502F00'

red 80 ◦ green 47 ◦ blue 0

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

Shades of Baker's Chocolate #502F00

Tints of Baker's Chocolate #502F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.01%

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

R = 62.99%
G = 37.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#502F00 (or 0x502F00) is known color: Baker's Chocolate. HEX triplet: 50, 2F and 00. RGB value is (80,47,0). Sum of RGB (Red+Green+Blue) = 80+47+0=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #502F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502F00 is #AFD0FF. Grayscale: #333333. Windows color (decimal): -11522304 or 12112. OLE color: 12112.

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

Color convert

RGB 80 47 0 -
CMYK 0 0.41 1 0.69
HSL 35.25º 1% 0.16% -
HSV(B) 35.25º 1% 0.31% -
XYZ 4.32 3.74 0.49 -
YUV 51.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 80 47 0 0 0.41 1 0.69 35.25 1 0.16
Hex 50 2F 0 0 29 64 45 23 64 10
Octal 120 57 0 0 51 144 105 43 144 20
Binary 1010000 101111 0 0 101001 1100100 1000101 100011 1100100 10000

Color Harmonies of #502F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F00

Black with #502F00

Text Example


Text Example

White with #502F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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