Html Css Color HEX #502F0E Baker's Chocolate

📋 copy color: '#502F0E'

red 80 ◦ green 47 ◦ blue 14

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

Shades of Baker's Chocolate #502F0E

Tints of Baker's Chocolate #502F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.93%

R = 56.74%
G = 33.33%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#502F0E (or 0x502F0E) is known color: Baker's Chocolate. HEX triplet: 50, 2F and 0E. RGB value is (80,47,14). Sum of RGB (Red+Green+Blue) = 80+47+14=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #502F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502F0E is #AFD0F1. Grayscale: #353535. Windows color (decimal): -11522290 or 929616. OLE color: 929616.

HSL color Cylindrical-coordinate representation of color #502F0E: hue angle of 30º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502F0E is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 47 14 -
CMYK 0 0.41 0.83 0.69
HSL 30º 0.7% 0.18% -
HSV(B) 30º 0.83% 0.31% -
XYZ 4.4 3.77 0.91 -
YUV 53.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 80 47 14 0 0.41 0.83 0.69 30 0.7 0.18
Hex 50 2F E 0 29 53 45 1E 46 12
Octal 120 57 16 0 51 123 105 36 106 22
Binary 1010000 101111 1110 0 101001 1010011 1000101 11110 1000110 10010

Color Harmonies of #502F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F0E

Black with #502F0E

Text Example


Text Example

White with #502F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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