Html Css Color HEX #522007 Baker's Chocolate

📋 copy color: '#522007'

red 82 ◦ green 32 ◦ blue 7

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

Shades of Baker's Chocolate #522007

Tints of Baker's Chocolate #522007

RGB

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

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

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

R = 67.77%
G = 26.45%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#522007 (or 0x522007) is known color: Baker's Chocolate. HEX triplet: 52, 20 and 07. RGB value is (82,32,7). Sum of RGB (Red+Green+Blue) = 82+32+7=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #522007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522007 is #ADDFF8. Grayscale: #2C2C2C. Windows color (decimal): -11395065 or 467026. OLE color: 467026.

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

Color convert

RGB 82 32 7 -
CMYK 0 0.61 0.91 0.68
HSL 20º 0.84% 0.17% -
HSV(B) 20º 0.91% 0.32% -
XYZ 4.03 2.84 0.54 -
YUV 44.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 82 32 7 0 0.61 0.91 0.68 20 0.84 0.17
Hex 52 20 7 0 3D 5B 44 14 54 11
Octal 122 40 7 0 75 133 104 24 124 21
Binary 1010010 100000 111 0 111101 1011011 1000100 10100 1010100 10001

Color Harmonies of #522007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522007

Black with #522007

Text Example


Text Example

White with #522007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522007; }

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

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

background-color css

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

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

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

border-color css

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

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

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