Html Css Color HEX #521F08 Baker's Chocolate

📋 copy color: '#521F08'

red 82 ◦ green 31 ◦ blue 8

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

Shades of Baker's Chocolate #521F08

Tints of Baker's Chocolate #521F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.61%

R = 67.77%
G = 25.62%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#521F08 (or 0x521F08) is known color: Baker's Chocolate. HEX triplet: 52, 1F and 08. RGB value is (82,31,8). Sum of RGB (Red+Green+Blue) = 82+31+8=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #521F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521F08 is #ADE0F7. Grayscale: #2B2B2B. Windows color (decimal): -11395320 or 532306. OLE color: 532306.

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

Color convert

RGB 82 31 8 -
CMYK 0 0.62 0.90 0.68
HSL 18.65º 0.82% 0.18% -
HSV(B) 18.65º 0.9% 0.32% -
XYZ 4.01 2.79 0.56 -
YUV 43.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 82 31 8 0 0.62 0.90 0.68 18.65 0.82 0.18
Hex 52 1F 8 0 3E 5A 44 13 52 12
Octal 122 37 10 0 76 132 104 23 122 22
Binary 1010010 11111 1000 0 111110 1011010 1000100 10011 1010010 10010

Color Harmonies of #521F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F08

Black with #521F08

Text Example


Text Example

White with #521F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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