Html Css Color HEX #523A09 Baker's Chocolate

📋 copy color: '#523A09'

red 82 ◦ green 58 ◦ blue 9

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

Shades of Baker's Chocolate #523A09

Tints of Baker's Chocolate #523A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.93%

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

R = 55.03%
G = 38.93%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#523A09 (or 0x523A09) is known color: Baker's Chocolate. HEX triplet: 52, 3A and 09. RGB value is (82,58,9). Sum of RGB (Red+Green+Blue) = 82+58+9=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #523A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A09 is #ADC5F6. Grayscale: #3B3B3B. Windows color (decimal): -11388407 or 604754. OLE color: 604754.

HSL color Cylindrical-coordinate representation of color #523A09: hue angle of 40.27º 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 #523A09 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 58 9 -
CMYK 0 0.29 0.89 0.68
HSL 40.27º 0.8% 0.18% -
HSV(B) 40.27º 0.89% 0.32% -
XYZ 5.04 4.84 0.93 -
YUV 59.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 82 58 9 0 0.29 0.89 0.68 40.27 0.8 0.18
Hex 52 3A 9 0 1D 59 44 28 50 12
Octal 122 72 11 0 35 131 104 50 120 22
Binary 1010010 111010 1001 0 11101 1011001 1000100 101000 1010000 10010

Color Harmonies of #523A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A09

Black with #523A09

Text Example


Text Example

White with #523A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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