Html Css Color HEX #522002 Baker's Chocolate

📋 copy color: '#522002'

red 82 ◦ green 32 ◦ blue 2

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

Shades of Baker's Chocolate #522002

Tints of Baker's Chocolate #522002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.72%

R = 70.69%
G = 27.59%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#522002 (or 0x522002) is known color: Baker's Chocolate. HEX triplet: 52, 20 and 02. RGB value is (82,32,2). Sum of RGB (Red+Green+Blue) = 82+32+2=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #522002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522002 is #ADDFFD. Grayscale: #2B2B2B. Windows color (decimal): -11395070 or 139346. OLE color: 139346.

HSL color Cylindrical-coordinate representation of color #522002: hue angle of 22.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #522002 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 2 -
CMYK 0 0.61 0.98 0.68
HSL 22.5º 0.95% 0.16% -
HSV(B) 22.5º 0.98% 0.32% -
XYZ 4.01 2.83 0.39 -
YUV 43.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 82 32 2 0 0.61 0.98 0.68 22.5 0.95 0.16
Hex 52 20 2 0 3D 62 44 16 5F 10
Octal 122 40 2 0 75 142 104 26 137 20
Binary 1010010 100000 10 0 111101 1100010 1000100 10110 1011111 10000

Color Harmonies of #522002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522002

Black with #522002

Text Example


Text Example

White with #522002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522002; }

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

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

background-color css

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

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

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

border-color css

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

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

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