Html Css Color HEX #502C04 Baker's Chocolate

📋 copy color: '#502C04'

red 80 ◦ green 44 ◦ blue 4

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

Shades of Baker's Chocolate #502C04

Tints of Baker's Chocolate #502C04

RGB

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

 GREEN value IS 44 (17.58% from 255) = 34.38%

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

R = 62.5%
G = 34.38%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#502C04 (or 0x502C04) is known color: Baker's Chocolate. HEX triplet: 50, 2C and 04. RGB value is (80,44,4). Sum of RGB (Red+Green+Blue) = 80+44+4=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #502C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C04 is #AFD3FB. Grayscale: #323232. Windows color (decimal): -11523068 or 273488. OLE color: 273488.

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

Color convert

RGB 80 44 4 -
CMYK 0 0.45 0.95 0.69
HSL 31.58º 0.9% 0.16% -
HSV(B) 31.58º 0.95% 0.31% -
XYZ 4.23 3.52 0.57 -
YUV 50.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 80 44 4 0 0.45 0.95 0.69 31.58 0.9 0.16
Hex 50 2C 4 0 2D 5F 45 20 5A 10
Octal 120 54 4 0 55 137 105 40 132 20
Binary 1010000 101100 100 0 101101 1011111 1000101 100000 1011010 10000

Color Harmonies of #502C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C04

Black with #502C04

Text Example


Text Example

White with #502C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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