Html Css Color HEX #522301 Baker's Chocolate

📋 copy color: '#522301'

red 82 ◦ green 35 ◦ blue 1

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

Shades of Baker's Chocolate #522301

Tints of Baker's Chocolate #522301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.66%

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

R = 69.49%
G = 29.66%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#522301 (or 0x522301) is known color: Baker's Chocolate. HEX triplet: 52, 23 and 01. RGB value is (82,35,1). Sum of RGB (Red+Green+Blue) = 82+35+1=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #522301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522301 is #ADDCFE. Grayscale: #2D2D2D. Windows color (decimal): -11394303 or 74578. OLE color: 74578.

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

Color convert

RGB 82 35 1 -
CMYK 0 0.57 0.99 0.68
HSL 25.19º 0.98% 0.16% -
HSV(B) 25.19º 0.99% 0.32% -
XYZ 4.09 3 0.39 -
YUV 45.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 82 35 1 0 0.57 0.99 0.68 25.19 0.98 0.16
Hex 52 23 1 0 39 63 44 19 62 10
Octal 122 43 1 0 71 143 104 31 142 20
Binary 1010010 100011 1 0 111001 1100011 1000100 11001 1100010 10000

Color Harmonies of #522301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522301

Black with #522301

Text Example


Text Example

White with #522301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522301; }

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

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

background-color css

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

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

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

border-color css

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

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

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