Html Css Color HEX #503204 Baker's Chocolate

📋 copy color: '#503204'

red 80 ◦ green 50 ◦ blue 4

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

Shades of Baker's Chocolate #503204

Tints of Baker's Chocolate #503204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.31%

 BLUE value IS 4 (1.95% from 255) = 2.99%

R = 59.7%
G = 37.31%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#503204 (or 0x503204) is known color: Baker's Chocolate. HEX triplet: 50, 32 and 04. RGB value is (80,50,4). Sum of RGB (Red+Green+Blue) = 80+50+4=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #503204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503204 is #AFCDFB. Grayscale: #353535. Windows color (decimal): -11521532 or 275024. OLE color: 275024.

HSL color Cylindrical-coordinate representation of color #503204: hue angle of 36.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #503204 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 4 -
CMYK 0 0.37 0.95 0.69
HSL 36.32º 0.9% 0.16% -
HSV(B) 36.32º 0.95% 0.31% -
XYZ 4.47 4 0.65 -
YUV 53.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 80 50 4 0 0.37 0.95 0.69 36.32 0.9 0.16
Hex 50 32 4 0 25 5F 45 24 5A 10
Octal 120 62 4 0 45 137 105 44 132 20
Binary 1010000 110010 100 0 100101 1011111 1000101 100100 1011010 10000

Color Harmonies of #503204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503204

Black with #503204

Text Example


Text Example

White with #503204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503204; }

 p { color: rgb(80,50,4); }

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

background-color css

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

 a { background-color: rgb(80,50,4); }

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

border-color css

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

 span { border-color: rgb(80,50,4); }

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