Html Css Color HEX #521F06 Baker's Chocolate

📋 copy color: '#521F06'

red 82 ◦ green 31 ◦ blue 6

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

Shades of Baker's Chocolate #521F06

Tints of Baker's Chocolate #521F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.05%

 BLUE value IS 6 (2.73% from 255) = 5.04%

R = 68.91%
G = 26.05%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#521F06 (or 0x521F06) is known color: Baker's Chocolate. HEX triplet: 52, 1F and 06. RGB value is (82,31,6). Sum of RGB (Red+Green+Blue) = 82+31+6=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #521F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521F06 is #ADE0F9. Grayscale: #2B2B2B. Windows color (decimal): -11395322 or 401234. OLE color: 401234.

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

Color convert

RGB 82 31 6 -
CMYK 0 0.62 0.93 0.68
HSL 19.74º 0.86% 0.17% -
HSV(B) 19.74º 0.93% 0.32% -
XYZ 4 2.79 0.5 -
YUV 43.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 82 31 6 0 0.62 0.93 0.68 19.74 0.86 0.17
Hex 52 1F 6 0 3E 5D 44 14 56 11
Octal 122 37 6 0 76 135 104 24 126 21
Binary 1010010 11111 110 0 111110 1011101 1000100 10100 1010110 10001

Color Harmonies of #521F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F06

Black with #521F06

Text Example


Text Example

White with #521F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,31,6); }

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

background-color css

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

 a { background-color: rgb(82,31,6); }

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

border-color css

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

 span { border-color: rgb(82,31,6); }

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