Html Css Color HEX #53250C Baker's Chocolate

📋 copy color: '#53250C'

red 83 ◦ green 37 ◦ blue 12

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

Shades of Baker's Chocolate #53250C

Tints of Baker's Chocolate #53250C

RGB

 RED value IS 83 (32.81% from 255) = 62.88%

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

 BLUE value IS 12 (5.08% from 255) = 9.09%

R = 62.88%
G = 28.03%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53250C (or 0x53250C) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 0C. RGB value is (83,37,12). Sum of RGB (Red+Green+Blue) = 83+37+12=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53250C is #ACDAF3. Grayscale: #303030. Windows color (decimal): -11328244 or 795987. OLE color: 795987.

HSL color Cylindrical-coordinate representation of color #53250C: hue angle of 21.13º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53250C is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 12 -
CMYK 0 0.55 0.86 0.67
HSL 21.13º 0.75% 0.19% -
HSV(B) 21.13º 0.86% 0.33% -
XYZ 4.3 3.19 0.74 -
YUV 47.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 83 37 12 0 0.55 0.86 0.67 21.13 0.75 0.19
Hex 53 25 C 0 37 56 43 15 4B 13
Octal 123 45 14 0 67 126 103 25 113 23
Binary 1010011 100101 1100 0 110111 1010110 1000011 10101 1001011 10011

Color Harmonies of #53250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53250C

Black with #53250C

Text Example


Text Example

White with #53250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53250C; }

 p { color: rgb(83,37,12); }

 H1.HeaderClassName
 {
   color: #53250C;
 }
 .AnyTagClassName
 {
   color: #53250C;
 }
</style>

background-color css

<style>
 a { background-color: #53250C; }

 a { background-color: rgb(83,37,12); }

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

border-color css

<style>
 span { border-color: #53250C; }

 span { border-color: rgb(83,37,12); }

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