Html Css Color HEX #502601 Baker's Chocolate

📋 copy color: '#502601'

red 80 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #502601

Tints of Baker's Chocolate #502601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.93%

 BLUE value IS 1 (0.78% from 255) = 0.84%

R = 67.23%
G = 31.93%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#502601 (or 0x502601) is known color: Baker's Chocolate. HEX triplet: 50, 26 and 01. RGB value is (80,38,1). Sum of RGB (Red+Green+Blue) = 80+38+1=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #502601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502601 is #AFD9FE. Grayscale: #2E2E2E. Windows color (decimal): -11524607 or 75344. OLE color: 75344.

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

Color convert

RGB 80 38 1 -
CMYK 0 0.52 0.99 0.69
HSL 28.1º 0.98% 0.16% -
HSV(B) 28.1º 0.99% 0.31% -
XYZ 4.01 3.09 0.41 -
YUV 46.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 80 38 1 0 0.52 0.99 0.69 28.1 0.98 0.16
Hex 50 26 1 0 34 63 45 1C 62 10
Octal 120 46 1 0 64 143 105 34 142 20
Binary 1010000 100110 1 0 110100 1100011 1000101 11100 1100010 10000

Color Harmonies of #502601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502601

Black with #502601

Text Example


Text Example

White with #502601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502601; }

 p { color: rgb(80,38,1); }

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

background-color css

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

 a { background-color: rgb(80,38,1); }

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

border-color css

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

 span { border-color: rgb(80,38,1); }

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