Html Css Color HEX #522C0D Baker's Chocolate

📋 copy color: '#522C0D'

red 82 ◦ green 44 ◦ blue 13

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

Shades of Baker's Chocolate #522C0D

Tints of Baker's Chocolate #522C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.35%

R = 58.99%
G = 31.65%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#522C0D (or 0x522C0D) is known color: Baker's Chocolate. HEX triplet: 52, 2C and 0D. RGB value is (82,44,13). Sum of RGB (Red+Green+Blue) = 82+44+13=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #522C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522C0D is #ADD3F2. Grayscale: #333333. Windows color (decimal): -11391987 or 863314. OLE color: 863314.

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

Color convert

RGB 82 44 13 -
CMYK 0 0.46 0.84 0.68
HSL 26.96º 0.73% 0.19% -
HSV(B) 26.96º 0.84% 0.32% -
XYZ 4.45 3.62 0.85 -
YUV 51.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 82 44 13 0 0.46 0.84 0.68 26.96 0.73 0.19
Hex 52 2C D 0 2E 54 44 1B 49 13
Octal 122 54 15 0 56 124 104 33 111 23
Binary 1010010 101100 1101 0 101110 1010100 1000100 11011 1001001 10011

Color Harmonies of #522C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C0D

Black with #522C0D

Text Example


Text Example

White with #522C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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