Html Css Color HEX #52280D Baker's Chocolate

📋 copy color: '#52280D'

red 82 ◦ green 40 ◦ blue 13

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

Shades of Baker's Chocolate #52280D

Tints of Baker's Chocolate #52280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.63%

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

R = 60.74%
G = 29.63%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52280D (or 0x52280D) is known color: Baker's Chocolate. HEX triplet: 52, 28 and 0D. RGB value is (82,40,13). Sum of RGB (Red+Green+Blue) = 82+40+13=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52280D is #ADD7F2. Grayscale: #313131. Windows color (decimal): -11393011 or 862290. OLE color: 862290.

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

Color convert

RGB 82 40 13 -
CMYK 0 0.51 0.84 0.68
HSL 23.48º 0.73% 0.19% -
HSV(B) 23.48º 0.84% 0.32% -
XYZ 4.31 3.34 0.8 -
YUV 49.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 82 40 13 0 0.51 0.84 0.68 23.48 0.73 0.19
Hex 52 28 D 0 33 54 44 17 49 13
Octal 122 50 15 0 63 124 104 27 111 23
Binary 1010010 101000 1101 0 110011 1010100 1000100 10111 1001001 10011

Color Harmonies of #52280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52280D

Black with #52280D

Text Example


Text Example

White with #52280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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