Html Css Color HEX #52250D Baker's Chocolate

📋 copy color: '#52250D'

red 82 ◦ green 37 ◦ blue 13

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

Shades of Baker's Chocolate #52250D

Tints of Baker's Chocolate #52250D

RGB

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

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

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

R = 62.12%
G = 28.03%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52250D (or 0x52250D) is known color: Baker's Chocolate. HEX triplet: 52, 25 and 0D. RGB value is (82,37,13). Sum of RGB (Red+Green+Blue) = 82+37+13=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #52250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52250D is #ADDAF2. Grayscale: #2F2F2F. Windows color (decimal): -11393779 or 861522. OLE color: 861522.

HSL color Cylindrical-coordinate representation of color #52250D: hue angle of 20.87º 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 #52250D is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 37 13 -
CMYK 0 0.55 0.84 0.68
HSL 20.87º 0.73% 0.19% -
HSV(B) 20.87º 0.84% 0.32% -
XYZ 4.21 3.15 0.77 -
YUV 47.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 82 37 13 0 0.55 0.84 0.68 20.87 0.73 0.19
Hex 52 25 D 0 37 54 44 15 49 13
Octal 122 45 15 0 67 124 104 25 111 23
Binary 1010010 100101 1101 0 110111 1010100 1000100 10101 1001001 10011

Color Harmonies of #52250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52250D

Black with #52250D

Text Example


Text Example

White with #52250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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