Html Css Color HEX #52370D Baker's Chocolate

📋 copy color: '#52370D'

red 82 ◦ green 55 ◦ blue 13

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

Shades of Baker's Chocolate #52370D

Tints of Baker's Chocolate #52370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.67%

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

R = 54.67%
G = 36.67%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52370D (or 0x52370D) is known color: Baker's Chocolate. HEX triplet: 52, 37 and 0D. RGB value is (82,55,13). Sum of RGB (Red+Green+Blue) = 82+55+13=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #52370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52370D is #ADC8F2. Grayscale: #3A3A3A. Windows color (decimal): -11389171 or 866130. OLE color: 866130.

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

Color convert

RGB 82 55 13 -
CMYK 0 0.33 0.84 0.68
HSL 36.52º 0.73% 0.19% -
HSV(B) 36.52º 0.84% 0.32% -
XYZ 4.92 4.56 1 -
YUV 58.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 82 55 13 0 0.33 0.84 0.68 36.52 0.73 0.19
Hex 52 37 D 0 21 54 44 25 49 13
Octal 122 67 15 0 41 124 104 45 111 23
Binary 1010010 110111 1101 0 100001 1010100 1000100 100101 1001001 10011

Color Harmonies of #52370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52370D

Black with #52370D

Text Example


Text Example

White with #52370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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