Html Css Color HEX #523000 Baker's Chocolate

📋 copy color: '#523000'

red 82 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #523000

Tints of Baker's Chocolate #523000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.08%
G = 36.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#523000 (or 0x523000) is known color: Baker's Chocolate. HEX triplet: 52, 30 and 00. RGB value is (82,48,0). Sum of RGB (Red+Green+Blue) = 82+48+0=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #523000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523000 is #ADCFFF. Grayscale: #343434. Windows color (decimal): -11390976 or 12370. OLE color: 12370.

HSL color Cylindrical-coordinate representation of color #523000: hue angle of 35.12º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #523000 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 48 0 -
CMYK 0 0.41 1 0.68
HSL 35.12º 1% 0.16% -
HSV(B) 35.12º 1% 0.32% -
XYZ 4.54 3.91 0.52 -
YUV 52.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 82 48 0 0 0.41 1 0.68 35.12 1 0.16
Hex 52 30 0 0 29 64 44 23 64 10
Octal 122 60 0 0 51 144 104 43 144 20
Binary 1010010 110000 0 0 101001 1100100 1000100 100011 1100100 10000

Color Harmonies of #523000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523000

Black with #523000

Text Example


Text Example

White with #523000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523000; }

 p { color: rgb(82,48,0); }

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

background-color css

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

 a { background-color: rgb(82,48,0); }

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

border-color css

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

 span { border-color: rgb(82,48,0); }

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