Html Css Color HEX #503400 Baker's Chocolate

📋 copy color: '#503400'

red 80 ◦ green 52 ◦ blue 0

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

Shades of Baker's Chocolate #503400

Tints of Baker's Chocolate #503400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.39%

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

R = 60.61%
G = 39.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#503400 (or 0x503400) is known color: Baker's Chocolate. HEX triplet: 50, 34 and 00. RGB value is (80,52,0). Sum of RGB (Red+Green+Blue) = 80+52+0=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #503400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503400 is #AFCBFF. Grayscale: #363636. Windows color (decimal): -11521024 or 13392. OLE color: 13392.

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

Color convert

RGB 80 52 0 -
CMYK 0 0.35 1 0.69
HSL 39º 1% 0.16% -
HSV(B) 39º 1% 0.31% -
XYZ 4.54 4.16 0.56 -
YUV 54.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 80 52 0 0 0.35 1 0.69 39 1 0.16
Hex 50 34 0 0 23 64 45 27 64 10
Octal 120 64 0 0 43 144 105 47 144 20
Binary 1010000 110100 0 0 100011 1100100 1000101 100111 1100100 10000

Color Harmonies of #503400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503400

Black with #503400

Text Example


Text Example

White with #503400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503400; }

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

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

background-color css

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

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

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

border-color css

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

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

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