Html Css Color HEX #522001 Baker's Chocolate

📋 copy color: '#522001'

red 82 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #522001

Tints of Baker's Chocolate #522001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.83%

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

R = 71.3%
G = 27.83%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#522001 (or 0x522001) is known color: Baker's Chocolate. HEX triplet: 52, 20 and 01. RGB value is (82,32,1). Sum of RGB (Red+Green+Blue) = 82+32+1=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #522001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522001 is #ADDFFE. Grayscale: #2B2B2B. Windows color (decimal): -11395071 or 73810. OLE color: 73810.

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

Color convert

RGB 82 32 1 -
CMYK 0 0.61 0.99 0.68
HSL 22.96º 0.98% 0.16% -
HSV(B) 22.96º 0.99% 0.32% -
XYZ 4 2.83 0.36 -
YUV 43.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 82 32 1 0 0.61 0.99 0.68 22.96 0.98 0.16
Hex 52 20 1 0 3D 63 44 17 62 10
Octal 122 40 1 0 75 143 104 27 142 20
Binary 1010010 100000 1 0 111101 1100011 1000100 10111 1100010 10000

Color Harmonies of #522001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522001

Black with #522001

Text Example


Text Example

White with #522001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522001; }

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

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

background-color css

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

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

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

border-color css

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

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

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