Html Css Color HEX #523409 Baker's Chocolate

📋 copy color: '#523409'

red 82 ◦ green 52 ◦ blue 9

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

Shades of Baker's Chocolate #523409

Tints of Baker's Chocolate #523409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.36%

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

R = 57.34%
G = 36.36%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#523409 (or 0x523409) is known color: Baker's Chocolate. HEX triplet: 52, 34 and 09. RGB value is (82,52,9). Sum of RGB (Red+Green+Blue) = 82+52+9=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #523409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523409 is #ADCBF6. Grayscale: #383838. Windows color (decimal): -11389943 or 603218. OLE color: 603218.

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

Color convert

RGB 82 52 9 -
CMYK 0 0.37 0.89 0.68
HSL 35.34º 0.8% 0.18% -
HSV(B) 35.34º 0.89% 0.32% -
XYZ 4.76 4.27 0.83 -
YUV 56.07 101.44 146.5 -
System Red Green Blue C M Y K H S L
Decimal 82 52 9 0 0.37 0.89 0.68 35.34 0.8 0.18
Hex 52 34 9 0 25 59 44 23 50 12
Octal 122 64 11 0 45 131 104 43 120 22
Binary 1010010 110100 1001 0 100101 1011001 1000100 100011 1010000 10010

Color Harmonies of #523409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523409

Black with #523409

Text Example


Text Example

White with #523409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523409; }

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

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

background-color css

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

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

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

border-color css

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

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

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