Html Css Color HEX #521C05 Baker's Chocolate

📋 copy color: '#521C05'

red 82 ◦ green 28 ◦ blue 5

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

Shades of Baker's Chocolate #521C05

Tints of Baker's Chocolate #521C05

RGB

 RED value IS 82 (32.42% from 255) = 71.3%

 GREEN value IS 28 (11.33% from 255) = 24.35%

 BLUE value IS 5 (2.34% from 255) = 4.35%

R = 71.3%
G = 24.35%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#521C05 (or 0x521C05) is known color: Baker's Chocolate. HEX triplet: 52, 1C and 05. RGB value is (82,28,5). Sum of RGB (Red+Green+Blue) = 82+28+5=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #521C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521C05 is #ADE3FA. Grayscale: #292929. Windows color (decimal): -11396091 or 334930. OLE color: 334930.

HSL color Cylindrical-coordinate representation of color #521C05: hue angle of 17.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #521C05 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 28 5 -
CMYK 0 0.66 0.94 0.68
HSL 17.92º 0.89% 0.17% -
HSV(B) 17.92º 0.94% 0.32% -
XYZ 3.92 2.64 0.45 -
YUV 41.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 82 28 5 0 0.66 0.94 0.68 17.92 0.89 0.17
Hex 52 1C 5 0 42 5E 44 12 59 11
Octal 122 34 5 0 102 136 104 22 131 21
Binary 1010010 11100 101 0 1000010 1011110 1000100 10010 1011001 10001

Color Harmonies of #521C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C05

Black with #521C05

Text Example


Text Example

White with #521C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521C05; }

 p { color: rgb(82,28,5); }

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

background-color css

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

 a { background-color: rgb(82,28,5); }

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

border-color css

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

 span { border-color: rgb(82,28,5); }

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