Html Css Color HEX #522508 Baker's Chocolate

📋 copy color: '#522508'

red 82 ◦ green 37 ◦ blue 8

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

Shades of Baker's Chocolate #522508

Tints of Baker's Chocolate #522508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

 BLUE value IS 8 (3.52% from 255) = 6.3%

R = 64.57%
G = 29.13%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#522508 (or 0x522508) is known color: Baker's Chocolate. HEX triplet: 52, 25 and 08. RGB value is (82,37,8). Sum of RGB (Red+Green+Blue) = 82+37+8=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #522508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522508 is #ADDAF7. Grayscale: #2F2F2F. Windows color (decimal): -11393784 or 533842. OLE color: 533842.

HSL color Cylindrical-coordinate representation of color #522508: hue angle of 23.51º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #522508 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 37 8 -
CMYK 0 0.55 0.90 0.68
HSL 23.51º 0.82% 0.18% -
HSV(B) 23.51º 0.9% 0.32% -
XYZ 4.19 3.13 0.61 -
YUV 47.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 82 37 8 0 0.55 0.90 0.68 23.51 0.82 0.18
Hex 52 25 8 0 37 5A 44 18 52 12
Octal 122 45 10 0 67 132 104 30 122 22
Binary 1010010 100101 1000 0 110111 1011010 1000100 11000 1010010 10010

Color Harmonies of #522508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522508

Black with #522508

Text Example


Text Example

White with #522508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522508; }

 p { color: rgb(82,37,8); }

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

background-color css

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

 a { background-color: rgb(82,37,8); }

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

border-color css

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

 span { border-color: rgb(82,37,8); }

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