Html Css Color HEX #523612 Baker's Chocolate

📋 copy color: '#523612'

red 82 ◦ green 54 ◦ blue 18

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

Shades of Baker's Chocolate #523612

Tints of Baker's Chocolate #523612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.69%

R = 53.25%
G = 35.06%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#523612 (or 0x523612) is known color: Baker's Chocolate. HEX triplet: 52, 36 and 12. RGB value is (82,54,18). Sum of RGB (Red+Green+Blue) = 82+54+18=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #523612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523612 is #ADC9ED. Grayscale: #3A3A3A. Windows color (decimal): -11389422 or 1193554. OLE color: 1193554.

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

Color convert

RGB 82 54 18 -
CMYK 0 0.34 0.78 0.68
HSL 33.75º 0.64% 0.2% -
HSV(B) 33.75º 0.78% 0.32% -
XYZ 4.91 4.48 1.18 -
YUV 58.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 82 54 18 0 0.34 0.78 0.68 33.75 0.64 0.2
Hex 52 36 12 0 22 4E 44 22 40 14
Octal 122 66 22 0 42 116 104 42 100 24
Binary 1010010 110110 10010 0 100010 1001110 1000100 100010 1000000 10100

Color Harmonies of #523612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523612

Black with #523612

Text Example


Text Example

White with #523612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523612; }

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

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

background-color css

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

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

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

border-color css

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

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

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