Html Css Color HEX #522C07 Baker's Chocolate

📋 copy color: '#522C07'

red 82 ◦ green 44 ◦ blue 7

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

Shades of Baker's Chocolate #522C07

Tints of Baker's Chocolate #522C07

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.08%

 BLUE value IS 7 (3.13% from 255) = 5.26%

R = 61.65%
G = 33.08%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#522C07 (or 0x522C07) is known color: Baker's Chocolate. HEX triplet: 52, 2C and 07. RGB value is (82,44,7). Sum of RGB (Red+Green+Blue) = 82+44+7=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #522C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522C07 is #ADD3F8. Grayscale: #333333. Windows color (decimal): -11391993 or 470098. OLE color: 470098.

HSL color Cylindrical-coordinate representation of color #522C07: hue angle of 29.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #522C07 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 44 7 -
CMYK 0 0.46 0.91 0.68
HSL 29.6º 0.84% 0.17% -
HSV(B) 29.6º 0.91% 0.32% -
XYZ 4.42 3.61 0.67 -
YUV 51.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 82 44 7 0 0.46 0.91 0.68 29.6 0.84 0.17
Hex 52 2C 7 0 2E 5B 44 1E 54 11
Octal 122 54 7 0 56 133 104 36 124 21
Binary 1010010 101100 111 0 101110 1011011 1000100 11110 1010100 10001

Color Harmonies of #522C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C07

Black with #522C07

Text Example


Text Example

White with #522C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,44,7); }

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

background-color css

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

 a { background-color: rgb(82,44,7); }

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

border-color css

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

 span { border-color: rgb(82,44,7); }

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