Html Css Color HEX #523906 Baker's Chocolate

📋 copy color: '#523906'

red 82 ◦ green 57 ◦ blue 6

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

Shades of Baker's Chocolate #523906

Tints of Baker's Chocolate #523906

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.31%

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

R = 56.55%
G = 39.31%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#523906 (or 0x523906) is known color: Baker's Chocolate. HEX triplet: 52, 39 and 06. RGB value is (82,57,6). Sum of RGB (Red+Green+Blue) = 82+57+6=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #523906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523906 is #ADC6F9. Grayscale: #3A3A3A. Windows color (decimal): -11388666 or 407890. OLE color: 407890.

HSL color Cylindrical-coordinate representation of color #523906: hue angle of 40.26º 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 #523906 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 6 -
CMYK 0 0.30 0.93 0.68
HSL 40.26º 0.86% 0.17% -
HSV(B) 40.26º 0.93% 0.32% -
XYZ 4.98 4.73 0.82 -
YUV 58.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 82 57 6 0 0.30 0.93 0.68 40.26 0.86 0.17
Hex 52 39 6 0 1E 5D 44 28 56 11
Octal 122 71 6 0 36 135 104 50 126 21
Binary 1010010 111001 110 0 11110 1011101 1000100 101000 1010110 10001

Color Harmonies of #523906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523906

Black with #523906

Text Example


Text Example

White with #523906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523906; }

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

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

background-color css

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

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

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

border-color css

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

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

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