Html Css Color HEX #521F09 Baker's Chocolate

📋 copy color: '#521F09'

red 82 ◦ green 31 ◦ blue 9

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

Shades of Baker's Chocolate #521F09

Tints of Baker's Chocolate #521F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.38%

R = 67.21%
G = 25.41%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#521F09 (or 0x521F09) is known color: Baker's Chocolate. HEX triplet: 52, 1F and 09. RGB value is (82,31,9). Sum of RGB (Red+Green+Blue) = 82+31+9=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #521F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521F09 is #ADE0F6. Grayscale: #2B2B2B. Windows color (decimal): -11395319 or 597842. OLE color: 597842.

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

Color convert

RGB 82 31 9 -
CMYK 0 0.62 0.89 0.68
HSL 18.08º 0.8% 0.18% -
HSV(B) 18.08º 0.89% 0.32% -
XYZ 4.02 2.79 0.59 -
YUV 43.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 82 31 9 0 0.62 0.89 0.68 18.08 0.8 0.18
Hex 52 1F 9 0 3E 59 44 12 50 12
Octal 122 37 11 0 76 131 104 22 120 22
Binary 1010010 11111 1001 0 111110 1011001 1000100 10010 1010000 10010

Color Harmonies of #521F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F09

Black with #521F09

Text Example


Text Example

White with #521F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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