Html Css Color HEX #522600 Baker's Chocolate

📋 copy color: '#522600'

red 82 ◦ green 38 ◦ blue 0

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

Shades of Baker's Chocolate #522600

Tints of Baker's Chocolate #522600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.67%

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

R = 68.33%
G = 31.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#522600 (or 0x522600) is known color: Baker's Chocolate. HEX triplet: 52, 26 and 00. RGB value is (82,38,0). Sum of RGB (Red+Green+Blue) = 82+38+0=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #522600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522600 is #ADD9FF. Grayscale: #2F2F2F. Windows color (decimal): -11393536 or 9810. OLE color: 9810.

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

Color convert

RGB 82 38 0 -
CMYK 0 0.54 1 0.68
HSL 27.8º 1% 0.16% -
HSV(B) 27.8º 1% 0.32% -
XYZ 4.17 3.18 0.39 -
YUV 46.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 82 38 0 0 0.54 1 0.68 27.8 1 0.16
Hex 52 26 0 0 36 64 44 1C 64 10
Octal 122 46 0 0 66 144 104 34 144 20
Binary 1010010 100110 0 0 110110 1100100 1000100 11100 1100100 10000

Color Harmonies of #522600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522600

Black with #522600

Text Example


Text Example

White with #522600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522600; }

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

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

background-color css

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

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

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

border-color css

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

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

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