Html Css Color HEX #53370D Baker's Chocolate

📋 copy color: '#53370D'

red 83 ◦ green 55 ◦ blue 13

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

Shades of Baker's Chocolate #53370D

Tints of Baker's Chocolate #53370D

RGB

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

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

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

R = 54.97%
G = 36.42%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53370D (or 0x53370D) is known color: Baker's Chocolate. HEX triplet: 53, 37 and 0D. RGB value is (83,55,13). Sum of RGB (Red+Green+Blue) = 83+55+13=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53370D is #ACC8F2. Grayscale: #3A3A3A. Windows color (decimal): -11323635 or 866131. OLE color: 866131.

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

Color convert

RGB 83 55 13 -
CMYK 0 0.34 0.84 0.67
HSL 36º 0.73% 0.19% -
HSV(B) 36º 0.84% 0.33% -
XYZ 5.01 4.6 1 -
YUV 58.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 83 55 13 0 0.34 0.84 0.67 36 0.73 0.19
Hex 53 37 D 0 22 54 43 24 49 13
Octal 123 67 15 0 42 124 103 44 111 23
Binary 1010011 110111 1101 0 100010 1010100 1000011 100100 1001001 10011

Color Harmonies of #53370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53370D

Black with #53370D

Text Example


Text Example

White with #53370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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