Html Css Color HEX #522900 Baker's Chocolate

📋 copy color: '#522900'

red 82 ◦ green 41 ◦ blue 0

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

Shades of Baker's Chocolate #522900

Tints of Baker's Chocolate #522900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.33%

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#522900 (or 0x522900) is known color: Baker's Chocolate. HEX triplet: 52, 29 and 00. RGB value is (82,41,0). Sum of RGB (Red+Green+Blue) = 82+41+0=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #522900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522900 is #ADD6FF. Grayscale: #303030. Windows color (decimal): -11392768 or 10578. OLE color: 10578.

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

Color convert

RGB 82 41 0 -
CMYK 0 0.50 1 0.68
HSL 30º 1% 0.16% -
HSV(B) 30º 1% 0.32% -
XYZ 4.27 3.38 0.43 -
YUV 48.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 82 41 0 0 0.50 1 0.68 30 1 0.16
Hex 52 29 0 0 32 64 44 1E 64 10
Octal 122 51 0 0 62 144 104 36 144 20
Binary 1010010 101001 0 0 110010 1100100 1000100 11110 1100100 10000

Color Harmonies of #522900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522900

Black with #522900

Text Example


Text Example

White with #522900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522900; }

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

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

background-color css

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

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

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

border-color css

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

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

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