Html Css Color HEX #523808 Baker's Chocolate

📋 copy color: '#523808'

red 82 ◦ green 56 ◦ blue 8

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

Shades of Baker's Chocolate #523808

Tints of Baker's Chocolate #523808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.36%

 BLUE value IS 8 (3.52% from 255) = 5.48%

R = 56.16%
G = 38.36%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#523808 (or 0x523808) is known color: Baker's Chocolate. HEX triplet: 52, 38 and 08. RGB value is (82,56,8). Sum of RGB (Red+Green+Blue) = 82+56+8=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #523808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523808 is #ADC7F7. Grayscale: #3A3A3A. Windows color (decimal): -11388920 or 538706. OLE color: 538706.

HSL color Cylindrical-coordinate representation of color #523808: hue angle of 38.92º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #523808 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 56 8 -
CMYK 0 0.32 0.90 0.68
HSL 38.92º 0.82% 0.18% -
HSV(B) 38.92º 0.9% 0.32% -
XYZ 4.94 4.64 0.87 -
YUV 58.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 82 56 8 0 0.32 0.90 0.68 38.92 0.82 0.18
Hex 52 38 8 0 20 5A 44 27 52 12
Octal 122 70 10 0 40 132 104 47 122 22
Binary 1010010 111000 1000 0 100000 1011010 1000100 100111 1010010 10010

Color Harmonies of #523808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523808

Black with #523808

Text Example


Text Example

White with #523808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523808; }

 p { color: rgb(82,56,8); }

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

background-color css

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

 a { background-color: rgb(82,56,8); }

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

border-color css

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

 span { border-color: rgb(82,56,8); }

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