Html Css Color HEX #522800 Baker's Chocolate

📋 copy color: '#522800'

red 82 ◦ green 40 ◦ blue 0

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

Shades of Baker's Chocolate #522800

Tints of Baker's Chocolate #522800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.79%

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

R = 67.21%
G = 32.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#522800 (or 0x522800) is known color: Baker's Chocolate. HEX triplet: 52, 28 and 00. RGB value is (82,40,0). Sum of RGB (Red+Green+Blue) = 82+40+0=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #522800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522800 is #ADD7FF. Grayscale: #303030. Windows color (decimal): -11393024 or 10322. OLE color: 10322.

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

Color convert

RGB 82 40 0 -
CMYK 0 0.51 1 0.68
HSL 29.27º 1% 0.16% -
HSV(B) 29.27º 1% 0.32% -
XYZ 4.24 3.31 0.42 -
YUV 48 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 82 40 0 0 0.51 1 0.68 29.27 1 0.16
Hex 52 28 0 0 33 64 44 1D 64 10
Octal 122 50 0 0 63 144 104 35 144 20
Binary 1010010 101000 0 0 110011 1100100 1000100 11101 1100100 10000

Color Harmonies of #522800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522800

Black with #522800

Text Example


Text Example

White with #522800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522800; }

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

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

background-color css

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

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

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

border-color css

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

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

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