Html Css Color HEX #52270D Baker's Chocolate

📋 copy color: '#52270D'

red 82 ◦ green 39 ◦ blue 13

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

Shades of Baker's Chocolate #52270D

Tints of Baker's Chocolate #52270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.1%

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

R = 61.19%
G = 29.1%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52270D (or 0x52270D) is known color: Baker's Chocolate. HEX triplet: 52, 27 and 0D. RGB value is (82,39,13). Sum of RGB (Red+Green+Blue) = 82+39+13=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #52270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52270D is #ADD8F2. Grayscale: #313131. Windows color (decimal): -11393267 or 862034. OLE color: 862034.

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

Color convert

RGB 82 39 13 -
CMYK 0 0.52 0.84 0.68
HSL 22.61º 0.73% 0.19% -
HSV(B) 22.61º 0.84% 0.32% -
XYZ 4.28 3.27 0.79 -
YUV 48.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 82 39 13 0 0.52 0.84 0.68 22.61 0.73 0.19
Hex 52 27 D 0 34 54 44 17 49 13
Octal 122 47 15 0 64 124 104 27 111 23
Binary 1010010 100111 1101 0 110100 1010100 1000100 10111 1001001 10011

Color Harmonies of #52270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52270D

Black with #52270D

Text Example


Text Example

White with #52270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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