Html Css Color HEX #523609 Baker's Chocolate

📋 copy color: '#523609'

red 82 ◦ green 54 ◦ blue 9

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

Shades of Baker's Chocolate #523609

Tints of Baker's Chocolate #523609

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.24%

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

R = 56.55%
G = 37.24%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#523609 (or 0x523609) is known color: Baker's Chocolate. HEX triplet: 52, 36 and 09. RGB value is (82,54,9). Sum of RGB (Red+Green+Blue) = 82+54+9=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #523609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523609 is #ADC9F6. Grayscale: #393939. Windows color (decimal): -11389431 or 603730. OLE color: 603730.

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

Color convert

RGB 82 54 9 -
CMYK 0 0.34 0.89 0.68
HSL 36.99º 0.8% 0.18% -
HSV(B) 36.99º 0.89% 0.32% -
XYZ 4.85 4.45 0.86 -
YUV 57.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 82 54 9 0 0.34 0.89 0.68 36.99 0.8 0.18
Hex 52 36 9 0 22 59 44 25 50 12
Octal 122 66 11 0 42 131 104 45 120 22
Binary 1010010 110110 1001 0 100010 1011001 1000100 100101 1010000 10010

Color Harmonies of #523609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523609

Black with #523609

Text Example


Text Example

White with #523609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523609; }

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

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

background-color css

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

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

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

border-color css

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

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

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