Html Css Color HEX #522901 Baker's Chocolate

📋 copy color: '#522901'

red 82 ◦ green 41 ◦ blue 1

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

Shades of Baker's Chocolate #522901

Tints of Baker's Chocolate #522901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 66.13%
G = 33.06%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#522901 (or 0x522901) is known color: Baker's Chocolate. HEX triplet: 52, 29 and 01. RGB value is (82,41,1). Sum of RGB (Red+Green+Blue) = 82+41+1=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #522901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522901 is #ADD6FE. Grayscale: #303030. Windows color (decimal): -11392767 or 76114. OLE color: 76114.

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

Color convert

RGB 82 41 1 -
CMYK 0 0.50 0.99 0.68
HSL 29.63º 0.98% 0.16% -
HSV(B) 29.63º 0.99% 0.32% -
XYZ 4.28 3.38 0.46 -
YUV 48.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 82 41 1 0 0.50 0.99 0.68 29.63 0.98 0.16
Hex 52 29 1 0 32 63 44 1E 62 10
Octal 122 51 1 0 62 143 104 36 142 20
Binary 1010010 101001 1 0 110010 1100011 1000100 11110 1100010 10000

Color Harmonies of #522901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522901

Black with #522901

Text Example


Text Example

White with #522901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522901; }

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

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

background-color css

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

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

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

border-color css

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

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

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