Html Css Color HEX #523314 Baker's Chocolate

📋 copy color: '#523314'

red 82 ◦ green 51 ◦ blue 20

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

Shades of Baker's Chocolate #523314

Tints of Baker's Chocolate #523314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.33%

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 53.59%
G = 33.33%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#523314 (or 0x523314) is known color: Baker's Chocolate. HEX triplet: 52, 33 and 14. RGB value is (82,51,20). Sum of RGB (Red+Green+Blue) = 82+51+20=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #523314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523314 is #ADCCEB. Grayscale: #383838. Windows color (decimal): -11390188 or 1323858. OLE color: 1323858.

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

Color convert

RGB 82 51 20 -
CMYK 0 0.38 0.76 0.68
HSL 30º 0.61% 0.2% -
HSV(B) 30º 0.76% 0.32% -
XYZ 4.79 4.21 1.22 -
YUV 56.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 82 51 20 0 0.38 0.76 0.68 30 0.61 0.2
Hex 52 33 14 0 26 4C 44 1E 3D 14
Octal 122 63 24 0 46 114 104 36 75 24
Binary 1010010 110011 10100 0 100110 1001100 1000100 11110 111101 10100

Color Harmonies of #523314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523314

Black with #523314

Text Example


Text Example

White with #523314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523314; }

 p { color: rgb(82,51,20); }

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

background-color css

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

 a { background-color: rgb(82,51,20); }

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

border-color css

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

 span { border-color: rgb(82,51,20); }

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