Html Css Color HEX #53300D Baker's Chocolate

📋 copy color: '#53300D'

red 83 ◦ green 48 ◦ blue 13

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

Shades of Baker's Chocolate #53300D

Tints of Baker's Chocolate #53300D

RGB

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

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

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

R = 57.64%
G = 33.33%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53300D (or 0x53300D) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 0D. RGB value is (83,48,13). Sum of RGB (Red+Green+Blue) = 83+48+13=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53300D is #ACCFF2. Grayscale: #363636. Windows color (decimal): -11325427 or 864339. OLE color: 864339.

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

Color convert

RGB 83 48 13 -
CMYK 0 0.42 0.84 0.67
HSL 30º 0.73% 0.19% -
HSV(B) 30º 0.84% 0.33% -
XYZ 4.7 3.98 0.9 -
YUV 54.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 83 48 13 0 0.42 0.84 0.67 30 0.73 0.19
Hex 53 30 D 0 2A 54 43 1E 49 13
Octal 123 60 15 0 52 124 103 36 111 23
Binary 1010011 110000 1101 0 101010 1010100 1000011 11110 1001001 10011

Color Harmonies of #53300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53300D

Black with #53300D

Text Example


Text Example

White with #53300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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