Html Css Color HEX #523506 Baker's Chocolate

📋 copy color: '#523506'

red 82 ◦ green 53 ◦ blue 6

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

Shades of Baker's Chocolate #523506

Tints of Baker's Chocolate #523506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.59%

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

R = 58.16%
G = 37.59%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#523506 (or 0x523506) is known color: Baker's Chocolate. HEX triplet: 52, 35 and 06. RGB value is (82,53,6). Sum of RGB (Red+Green+Blue) = 82+53+6=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #523506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523506 is #ADCAF9. Grayscale: #383838. Windows color (decimal): -11389690 or 406866. OLE color: 406866.

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

Color convert

RGB 82 53 6 -
CMYK 0 0.35 0.93 0.68
HSL 37.11º 0.86% 0.17% -
HSV(B) 37.11º 0.93% 0.32% -
XYZ 4.79 4.35 0.76 -
YUV 56.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 82 53 6 0 0.35 0.93 0.68 37.11 0.86 0.17
Hex 52 35 6 0 23 5D 44 25 56 11
Octal 122 65 6 0 43 135 104 45 126 21
Binary 1010010 110101 110 0 100011 1011101 1000100 100101 1010110 10001

Color Harmonies of #523506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523506

Black with #523506

Text Example


Text Example

White with #523506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523506; }

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

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

background-color css

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

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

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

border-color css

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

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

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