Html Css Color HEX #523912 Baker's Chocolate

📋 copy color: '#523912'

red 82 ◦ green 57 ◦ blue 18

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

Shades of Baker's Chocolate #523912

Tints of Baker's Chocolate #523912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.31%

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

R = 52.23%
G = 36.31%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#523912 (or 0x523912) is known color: Baker's Chocolate. HEX triplet: 52, 39 and 12. RGB value is (82,57,18). Sum of RGB (Red+Green+Blue) = 82+57+18=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #523912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523912 is #ADC6ED. Grayscale: #3C3C3C. Windows color (decimal): -11388654 or 1194322. OLE color: 1194322.

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

Color convert

RGB 82 57 18 -
CMYK 0 0.30 0.78 0.68
HSL 36.56º 0.64% 0.2% -
HSV(B) 36.56º 0.78% 0.32% -
XYZ 5.05 4.76 1.23 -
YUV 60.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 82 57 18 0 0.30 0.78 0.68 36.56 0.64 0.2
Hex 52 39 12 0 1E 4E 44 25 40 14
Octal 122 71 22 0 36 116 104 45 100 24
Binary 1010010 111001 10010 0 11110 1001110 1000100 100101 1000000 10100

Color Harmonies of #523912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523912

Black with #523912

Text Example


Text Example

White with #523912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523912; }

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

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

background-color css

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

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

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

border-color css

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

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

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