Html Css Color HEX #52300D Baker's Chocolate

📋 copy color: '#52300D'

red 82 ◦ green 48 ◦ blue 13

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

Shades of Baker's Chocolate #52300D

Tints of Baker's Chocolate #52300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.57%

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

R = 57.34%
G = 33.57%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52300D (or 0x52300D) is known color: Baker's Chocolate. HEX triplet: 52, 30 and 0D. RGB value is (82,48,13). Sum of RGB (Red+Green+Blue) = 82+48+13=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #52300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52300D is #ADCFF2. Grayscale: #363636. Windows color (decimal): -11390963 or 864338. OLE color: 864338.

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

Color convert

RGB 82 48 13 -
CMYK 0 0.41 0.84 0.68
HSL 30.43º 0.73% 0.19% -
HSV(B) 30.43º 0.84% 0.32% -
XYZ 4.61 3.94 0.9 -
YUV 54.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 82 48 13 0 0.41 0.84 0.68 30.43 0.73 0.19
Hex 52 30 D 0 29 54 44 1E 49 13
Octal 122 60 15 0 51 124 104 36 111 23
Binary 1010010 110000 1101 0 101001 1010100 1000100 11110 1001001 10011

Color Harmonies of #52300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52300D

Black with #52300D

Text Example


Text Example

White with #52300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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