Html Css Color HEX #53310D Baker's Chocolate

📋 copy color: '#53310D'

red 83 ◦ green 49 ◦ blue 13

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

Shades of Baker's Chocolate #53310D

Tints of Baker's Chocolate #53310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.79%

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

R = 57.24%
G = 33.79%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53310D (or 0x53310D) is known color: Baker's Chocolate. HEX triplet: 53, 31 and 0D. RGB value is (83,49,13). Sum of RGB (Red+Green+Blue) = 83+49+13=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53310D is #ACCEF2. Grayscale: #373737. Windows color (decimal): -11325171 or 864595. OLE color: 864595.

HSL color Cylindrical-coordinate representation of color #53310D: hue angle of 30.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53310D is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 13 -
CMYK 0 0.41 0.84 0.67
HSL 30.86º 0.73% 0.19% -
HSV(B) 30.86º 0.84% 0.33% -
XYZ 4.74 4.06 0.92 -
YUV 55.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 83 49 13 0 0.41 0.84 0.67 30.86 0.73 0.19
Hex 53 31 D 0 29 54 43 1F 49 13
Octal 123 61 15 0 51 124 103 37 111 23
Binary 1010011 110001 1101 0 101001 1010100 1000011 11111 1001001 10011

Color Harmonies of #53310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53310D

Black with #53310D

Text Example


Text Example

White with #53310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,49,13); }

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

background-color css

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

 a { background-color: rgb(83,49,13); }

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

border-color css

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

 span { border-color: rgb(83,49,13); }

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