Html Css Color HEX #522A01 Baker's Chocolate

📋 copy color: '#522A01'

red 82 ◦ green 42 ◦ blue 1

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

Shades of Baker's Chocolate #522A01

Tints of Baker's Chocolate #522A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.6%

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

R = 65.6%
G = 33.6%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#522A01 (or 0x522A01) is known color: Baker's Chocolate. HEX triplet: 52, 2A and 01. RGB value is (82,42,1). Sum of RGB (Red+Green+Blue) = 82+42+1=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #522A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A01 is #ADD5FE. Grayscale: #313131. Windows color (decimal): -11392511 or 76370. OLE color: 76370.

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

Color convert

RGB 82 42 1 -
CMYK 0 0.49 0.99 0.68
HSL 30.37º 0.98% 0.16% -
HSV(B) 30.37º 0.99% 0.32% -
XYZ 4.31 3.45 0.47 -
YUV 49.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 82 42 1 0 0.49 0.99 0.68 30.37 0.98 0.16
Hex 52 2A 1 0 31 63 44 1E 62 10
Octal 122 52 1 0 61 143 104 36 142 20
Binary 1010010 101010 1 0 110001 1100011 1000100 11110 1100010 10000

Color Harmonies of #522A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522A01

Black with #522A01

Text Example


Text Example

White with #522A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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