Html Css Color HEX #523413 Baker's Chocolate

📋 copy color: '#523413'

red 82 ◦ green 52 ◦ blue 19

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

Shades of Baker's Chocolate #523413

Tints of Baker's Chocolate #523413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 53.59%
G = 33.99%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#523413 (or 0x523413) is known color: Baker's Chocolate. HEX triplet: 52, 34 and 13. RGB value is (82,52,19). Sum of RGB (Red+Green+Blue) = 82+52+19=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #523413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523413 is #ADCBEC. Grayscale: #393939. Windows color (decimal): -11389933 or 1258578. OLE color: 1258578.

HSL color Cylindrical-coordinate representation of color #523413: hue angle of 31.43º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #523413 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 52 19 -
CMYK 0 0.37 0.77 0.68
HSL 31.43º 0.62% 0.2% -
HSV(B) 31.43º 0.77% 0.32% -
XYZ 4.83 4.3 1.19 -
YUV 57.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 82 52 19 0 0.37 0.77 0.68 31.43 0.62 0.2
Hex 52 34 13 0 25 4D 44 1F 3E 14
Octal 122 64 23 0 45 115 104 37 76 24
Binary 1010010 110100 10011 0 100101 1001101 1000100 11111 111110 10100

Color Harmonies of #523413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523413

Black with #523413

Text Example


Text Example

White with #523413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523413; }

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

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

background-color css

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

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

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

border-color css

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

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

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